No description
Find a file
2023-06-25 11:20:50 +02:00
jmh suppresses 2023-06-25 11:19:17 +02:00
lib suppresses 2023-06-25 11:20:50 +02:00
.gitignore added jmh benchmark 2023-06-25 11:15:08 +02:00
pom.xml added jmh benchmark 2023-06-25 11:15:08 +02:00
README.md changed everything 2023-06-20 18:13:30 +02:00

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