Skip to content

Commit

Permalink
how to get
Browse files Browse the repository at this point in the history
  • Loading branch information
magicprinc authored Dec 2, 2023
1 parent c4aa2da commit a722cef
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,14 @@ I am here: src\test\resources/example.json *-->
</arr></obj>
```

More examples are available in 135 unit-tests in [org.jsoup.parser.JsonTreeBuilderTest](/src/test/java/org/jsoup/parser/JsonTreeBuilderTest.java)
More examples are available in 135 unit-tests in [org.jsoup.parser.JsonTreeBuilderTest](/src/test/java/org/jsoup/parser/JsonTreeBuilderTest.java).

Simple example: [ExampleTest](/src/test/java/example/ExampleTest.java)

## Download

```gradle
dependencies {
implementation 'com.github.magicprinc:jsoup.json:1.17.1'
}
```

0 comments on commit a722cef

Please sign in to comment.