We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, uninitialized variables are being serialized as null:
{ "id": "minecraft:cobblestone", "weight": 60, "dimensions": null }
But it'd be great if I skip it and generate a much cleaner JSON file:
{ "id": "minecraft:cobblestone", "weight": 60 }
The text was updated successfully, but these errors were encountered:
May be worth it to tag this for the 1.2.x branch so this can be available before the Document update.
Sorry, something went wrong.
I would like at least an option to actually serialize them as null, as I want all the values in my json to be provided explicitly
falkreon
No branches or pull requests
Currently, uninitialized variables are being serialized as null:
But it'd be great if I skip it and generate a much cleaner JSON file:
The text was updated successfully, but these errors were encountered: