Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton authored Jan 3, 2024
1 parent 54319ee commit ef2e3f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data4k/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ implementation("dev.forkhandles:data4k")
## Usage

The library defines a `DataContainer` class and implementations for:

- Map<String, Any?>
- Jackson JSON Node

Support for extracting:
- primitive values
- subobjects
- lists
- values4k value types

To extract data from the underlying data, define wrappers which provides access via delegated-properties:

```kotlin
Expand Down

0 comments on commit ef2e3f3

Please sign in to comment.