Hello friends, does anyone know a good tool that w...
# serialization
c
Hello friends, does anyone know a good tool that will convert JSON Schema to Kotlinx-serialization annotated kotlin class, and preserves the property order even if JSON schema does not require any order? • https://github.com/wuseal/JsonToKotlinClass - I tried by it is crashing for my JSON schema • https://quicktype.io/ This does allow unstandard propertyOrder based on https://github.com/quicktype/quicktype/issues/336, but requires changing the JSON schema.
c
Why do you need to keep the property order?
c
For streaming parsing of json