JsonToy/README.md
2023-06-20 18:13:30 +02:00

11 lines
No EOL
304 B
Markdown

# Json
a JSON serializer based on bytecode manipulation
* uses ASM for creating object mappers
* deserializing not (yet?) implemented
* write to String: Mapper.json(...)
* ~~as of java9 it needs `--add-opens java.base/java.lang=ALL-UNNAMED` as java commandline option.~~
* prerequisite: at least jdk9