This commit is contained in:
2025-02-06 20:15:50 -01:06
parent 03d1529651
commit 2f665fae3e

View File

@@ -1,5 +1,9 @@
= REALY protocol event/query specification
:toc:
== Introduction
JSON is awful, and space inefficient, and complex to parse due to its intolerance of terminal commas and annoying to work with because of its retarded, multi-standards of string escaping.
Line structured documents are much more readily amenable to human reading and editing, and `\n`/`;`/`:` is more efficient than `","` as an item separator. Data structures can be much more simply expressed in a similar way as how they are in programming languages.