jsoniter-scala
jsoniter-scala copied to clipboard
Scala macros for compile-time generation of safe and ultra-fast JSON codecs
Tutorial should contain code snippets with printed results. Checking of code snippets need to be some how automated using [tut](https://github.com/tpolecat/tut) or alternatives. It is need show typical and rare use...
The IETF just published RFC 8259 (also known as “STD 90”): https://www.rfc-editor.org/rfc/rfc8259.txt It contains revised section about encoding: ``` 8.1. Character Encoding JSON text exchanged between systems that are not...
https://47deg.github.io/sbt-microsites/
If the field have defined default value that use it instead of 0.
Generate codecs for ADTs with a specified resolving matcher for different types of the discriminator field value
Add extension modules with code generation for 3-rd party libraries with collections that are specialized for primitive types & uses compression: - [HPPC](https://github.com/carrotsearch/hppc), - [fastutil](https://github.com/vigna/fastutil), - [JavaFastPFOR](https://github.com/lemire/JavaFastPFOR), - [RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap), etc.
Consider get rid off using of annotations by providing advanced configuration for generator of codecs