NeatJSON Online v0.10.5

NeatJSON provides a Ruby library, JavaScript library, and Lua library for formatting values as JSON strings. To test it out, paste your JSON (formatted however) into the top box below, adjust the formatting options, and see the results at the bottom.

let json = neatJSON(obj, {wrap:40, aligned:true, afterComma:1, aroundColonN:1}); // took ~1ms (109 bytes -> 154 bytes)
Fork me on GitHub