assimp2json icon indicating copy to clipboard operation
assimp2json copied to clipboard

how do we minify the JSON?

Open sanjeevghimire opened this issue 9 years ago • 2 comments

sanjeevghimire avatar Dec 05 '15 22:12 sanjeevghimire

JSON.stringify (object, function (key, value) {
    return (value.toPrecision && (Math.floor (value) != value)) ? Number (value.toPrecision (p)) : value;
});

makc avatar Dec 06 '15 20:12 makc

Or use jq

warmwaffles avatar Apr 05 '16 16:04 warmwaffles