Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblackler authored Sep 24, 2021
1 parent 9902f98 commit 5fa1499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ easier to validate documents before serialization.

The parser takes documents and schemas as a tree of objects, typed as follows:

[JSON value]() | Java class
[JSON value][] | Java class
-------------- | -------------------------------
object | `java.util.Map<String, Object>`
array | `java.util.List<Object>`
Expand Down Expand Up @@ -403,5 +403,6 @@ public class Main {
}
}
}
```

[JSON value]: https://tools.ietf.org/html/rfc7159#section-3

0 comments on commit 5fa1499

Please sign in to comment.