JsonToy/README.md
2020-06-10 21:28:40 +02:00

6 lines
197 B
Markdown

# JsonToy
a JSON serializer based on bytecode manipulation
* creates a Json serializer for a java type using javassist
* deserializing not yet implemented
* see the unit tests to see how it works