Show HN: Another JSON Alternative
Mood
calm
Sentiment
neutral
Category
startup_launch
Key topics
Data Serialization
Json Alternative
LOEN
Encoding Notation
LOEN stands for Lean Object Encoding Notation and aims to reduce the character count compared to JSON, especially in the case of arrays of objects; JSON is crazy verbose in this regard, and so using an alternative when transmitting lists or database results, is pretty much a must-do.
Other than being lean, the MVP of LOEN is that it is backwards compatible with JSON. JSON is valid LOEN but not the other way around. This is useful in that it allows for a LOEN interpreter to be used for both LOEN and JSON requests. If by magic LOEN were to become commonplace, it would allow for legacy apps using JSON to continue to function.
Anyway not expecting anything but happy to here what you think.
Here's an article I wrote about it: https://www.offthebricks.com/articles/lean-object-encoding-a...
Here's a link to the GitHub repo: https://github.com/offthebricks/LOEN/tree/master
Discussion Activity
No activity data yet
We're still syncing comments from Hacker News.
Generating AI Summary...
Analyzing up to 500 comments to identify key contributors and discussion patterns
Discussion hasn't started yet.
Want the full context?
Jump to the original sources
Read the primary article or dive into the live Hacker News thread when you're ready.