No description
| .github/workflows | ||
| jmh | ||
| lib | ||
| .gitignore | ||
| pom.xml | ||
| README.md | ||
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-UNNAMEDas java commandline option. -
prerequisite: at least jdk9