jsoncpp icon indicating copy to clipboard operation
jsoncpp copied to clipboard

Some tweaks for reading/writing

Open helly25 opened this issue 6 months ago • 2 comments

Some tweaks:

  • 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.

helly25 avatar May 27 '25 19:05 helly25

@baylesj could you review this?

helly25 avatar Jun 06 '25 07:06 helly25

@baylesj could you review this?

Thanks for this patch. I have (obviously) not been super active in this repository as of late but am intending to provide a little bit more active stewardship. I am happy to review.

baylesj avatar Nov 12 '25 08:11 baylesj