From 2f665fae3ea94a5b23cdfb444ee6d5c1b9b0f02e Mon Sep 17 00:00:00 2001 From: mleku Date: Thu, 6 Feb 2025 20:15:50 -0106 Subject: [PATCH] toc? --- doc/events_queries.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/events_queries.adoc b/doc/events_queries.adoc index 31cb850..7e7e370 100644 --- a/doc/events_queries.adoc +++ b/doc/events_queries.adoc @@ -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.