jsoniter-scala icon indicating copy to clipboard operation
jsoniter-scala copied to clipboard

Scala macros for compile-time generation of safe and ultra-fast JSON codecs

Results 113 jsoniter-scala issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

The IETF just pub­lished RFC 8259 (al­so known as “STD 90”): https://www.rfc-editor.org/rfc/rfc8259.txt It con­tains revised section about encoding: ``` 8.1. Character Encoding JSON text exchanged between systems that are not...

question

Generate codecs for ADTs with a specified resolving matcher for different types of the discriminator field value

enhancement

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.

enhancement
help wanted

Consider get rid off using of annotations by providing advanced configuration for generator of codecs

question