assimp2json
assimp2json copied to clipboard
how do we minify the JSON?
JSON.stringify (object, function (key, value) {
return (value.toPrecision && (Math.floor (value) != value)) ? Number (value.toPrecision (p)) : value;
});
Or use jq