jmc
jmc copied to clipboard
[FEATURE_REQUEST] `stringify` (or similar keyword) after JSON definitions
Description
The following syntax will be used to convert specific paths inside a JSON definition from nested objects to string form. The purpose of this is to have an easy and effective way of breaking SNBT over mutliple lines that doesn't insert \n
and \t
into the output file.
new json_file_type(name) {
path1: {...},
path2: {...},
...
} stringify (path1, path2, ...);