Very flexible, lightweight (~8KiB) and simple to use JSON library for Java.
Features:
- JsonObject
- String to JsonObject and vice-versa
- Java Object to JsonObject and vice-versa
Class of the object needs to use LibJson annotations to help the conversion process. This way the library provides more flexibility as users can direct the conversion process. - Map to JsonObject and vice-versa
- String to JsonObject and vice-versa
- JsonArray
- String to JsonArray and vice-versa
- Iterable to JsonArray and vice-versa
- Java Array to JsonArray and vice-versa