Date: Tue, 13 Feb 2024 19:11:55 -0800
On Tuesday, 13 February 2024 12:22:49 PST Yexuan Xiao via Std-Proposals wrote:
> I understand very well that without a parser, the design of JSON might seem
> useless, but C++ lacks a good IO library. The fundamental question is where
> to parse from? Using iostream? Iterators? Or std::span/string_view? Does
> anyone in the real world use these methods to parse JSON? Parsing from
> std::span seems like a feasible solution, but obviously not enough.
What do those other libraries do? You could survey them and provide a
suggestion on what can be done without having to solve that bigger hole first.
> I understand very well that without a parser, the design of JSON might seem
> useless, but C++ lacks a good IO library. The fundamental question is where
> to parse from? Using iostream? Iterators? Or std::span/string_view? Does
> anyone in the real world use these methods to parse JSON? Parsing from
> std::span seems like a feasible solution, but obviously not enough.
What do those other libraries do? You could survey them and provide a
suggestion on what can be done without having to solve that bigger hole first.
-- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel DCAI Cloud Engineering
Received on 2024-02-14 03:11:58