FracturedJson icon indicating copy to clipboard operation
FracturedJson copied to clipboard

FracturedJson is utility that formats JSON data producing highly readable but fairly compact output.

Results 4 FracturedJson issues
Sort by recently updated
recently updated
newest added

Before I start - are you aware of a python port of your work?

![image](https://user-images.githubusercontent.com/31271464/166701908-708adb26-e952-46b1-9716-a8814ae766f9.png) Hey, I tested your formatter, and discovered the number rounding, wondering if that is intended feature: 5317062322949193729 becomes 5317062322949194000

I know I could just copy the source code, but I'd rather use the published NuGet - any chance of having it also for net6? Thanks in advance

If would be cool if the formatter could move closing brackets up and condense them a single line, for even more compactness in cases where inlining is not possible. For...