资 源 简 介
Serotonin JSON is a fully featured JSON reading and writing library for Java.
full support for generics
your choice of serialization mechanisms:
annotations
automatic property discovery
write your own custom serialization code, either in the class or in a custom converter
all of the above at the same time
descriptive error messages for malformed JSON including line and column numbers
pluggable class converters
profiles for converting the same objects in different ways within the same VM
lazy caching of class conversion into a shared context for super high performance
can read and write multiple JSON documents from/to a single stream
format JSON output as human-readable with line breaks and indenting if desired
Convenient access to JSON document parts via path query (see JsonValue)
Leniency for dangling commas
Configurable options: