lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parsing JSON in C++


From: Noeck
Subject: Re: Parsing JSON in C++
Date: Sat, 20 Jun 2020 13:02:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

> in C++ I worked with property_trees from BOOST (under the BOOST license):
>
> https://www.boost.org/doc/libs/1_73_0/doc/html/property_tree.html

Two more remarks:

1. LilyPond already seems to use some parts of the BOOST library (which
is kind of the extended C++ STL). There should be no license issues.

2. Despite the fact that there is no "json" in its name it works with
json files very easily:


        boost::property_tree::ptree pt;
        boost::property_tree::read_json(ss, pt);

Cheers,
Joram



reply via email to

[Prev in Thread] Current Thread [Next in Thread]