Join Slack
Powered by
any good libraries for generating json from a json...
# getting-started
y
Yogeshvu
10/24/2022, 3:18 PM
any good libraries for generating json from a json-schema?
h
hfhbd
10/24/2022, 3:21 PM
Do you need a library or a one-shot service, eg
https://app.quicktype.io
?
c
Casey Brooks
10/24/2022, 3:24 PM
I’ve had good results with this IntelliJ plugin
https://plugins.jetbrains.com/plugin/10054-generate-kotlin-data-classes-from-json
👍 2
y
Yogeshvu
10/24/2022, 3:24 PM
need a library which can consume a jsonschema and generate the json which could be populated dynamically
Yogeshvu
10/24/2022, 3:44 PM
something similar to
https://json-schema-faker.js.org
but as a library
Yogeshvu
10/24/2022, 3:50 PM
found a comparable one
https://github.com/jimblackler/jsongenerator
200
Views
Open in Slack
Previous
Next