From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.ada Subject: Re: In memory Stream Date: Tue, 20 Feb 2024 19:37:19 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 20 Feb 2024 19:37:19 -0000 (UTC) Injection-Info: dont-email.me; posting-host="9a4f3fe2663ca2b9e7bae5acf1565dcf"; logging-data="2803559"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+SVXXx0JdtRLuqmJlCbsPg" User-Agent: Pan/0.155 (Kherson; fc5a80b8) Cancel-Lock: sha1:o/HgFGU1cXWdnSinpmja6HOI8RY= Xref: news.eternal-september.org comp.lang.ada:66112 List-Id: On Tue, 20 Feb 2024 09:55:30 +0100, Dmitry A. Kazakov wrote: > On 2024-02-20 01:41, Lawrence D'Oliveiro wrote: > >> On Mon, 19 Feb 2024 09:32:42 +0100, Dmitry A. Kazakov wrote: >> >>> You did not say why JSON is needed. >> >> Because it’s such a convenient meta-format, > > Meta of what? You don’t understand the concept of “meta-formats”? Maybe you prefer “format family” or “format superclass”. Does that help make things clearer? It is something easily specialized to become an application- specific format, with less effort than creating the specific format from scratch. An earlier example is XML. Also IFF on the Commodore-Amiga, from the 1980s. Does that help?