All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

FracturedJson: A Compact and Readable JSON Formatter Utility

By

PretzelFisch

4mo ago· 9 min readenCode

Summary

FracturedJson is a utility for formatting JSON data to be both human-readable and compact. It intelligently arranges arrays and objects on single lines when they're not too long or complex, aligns similar structures like tables for readability, and handles long arrays by placing multiple items per line across multiple lines. The tool offers extensive customization options but works well with default settings for most use cases.

Key quotes

· 5 pulled
FracturedJson is a family of utilities that format JSON data in a way that's easy for humans to read, but fairly compact.
Arrays and objects are written on single lines, as long as they're neither too long nor too complex.
When several such lines are similar in structure, they're written with fields aligned like a table.
Long arrays are written with multiple items per line across multiple lines.
There are lots of settings available to control the output, but usually you can ignore most of them.
Snippet from the RSS feed
JSON formatter that produces highly readable but fairly compact output. - j-brooke/FracturedJson

You might also wanna read