Fastest JVM (Java/Android/Scala/Kotlin) JSON library with advanced compile-time data binding support. Java JSON library designed for performance. Originally built for invasive software composition with DSL Platform compiler. v1 core library was targeting Java6, while v2 targets Java8. So there is no need anymore for dsl-json-java8 project and instead, just dsl-json project should be referenced. From v2 only a single annotation processor is supported, which was previously in the java8 project. Joda and some other specific libraries were removed. If you still need converters for those types, you need to include them in your project.
Features
- Works on existing POJO classes via annotation processor
- Faster than any other Java JSON library. On par with fastest binary JVM codecs
- Deserialization can work on byte[] or InputStream. It doesn't need intermediate char representation
- Support for custom types, custom analyzers, annotation processor extensions
- Large JSON lists support streaming with minimal memory usage
- Converters avoid producing garbage
License
BSD LicenseFollow DSL-JSON library
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of DSL-JSON library!