mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-08-05 02:56:20 -04:00

* Make `json.h` an IWYU import header. * Change `Reader::parse` to take its `document` parameter as `std::string_view`. * Add `static void StreamWriterBuilder::updateDefaults(const Json::Value& settings);` * Allows to set the global configuration.