NeatJSON
NeatJSON copied to clipboard
Add comma-first formatting style.
In case people like the crazy.
var o =
{ a : "ape"
, b : "bat"
, c : "cat"
, d : "dog"
, e : "elf"
, f : "fly"
, g : "gnu"
, h : "hat"
, i : "ibu"
}
, a =
[ [ "ape", "bat" ]
, [ "cat", "dog" ]
, [ "elf", "fly" ]
, [ "gnu", "hat" ]
, [ "ibu" ]
];
More arguments for it here.
This feature is low-priority to me. If you want this, please comment here.
oh my. People actually do that, and have serious justification for it??