Join Slack
Powered by
Hello friends, does anyone know a good tool that w...
# serialization
c
chao
03/15/2021, 12:18 AM
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
CLOVIS
03/16/2021, 8:48 AM
Why do you need to keep the property order?
c
chao
03/16/2021, 3:21 PM
For streaming parsing of json
9
Views
Open in Slack
Previous
Next