Skip to content
cdunn2001 edited this page Sep 11, 2014 · 17 revisions

Table of Contents

General

How do I write into array values?

https://sourceforge.net/p/jsoncpp/discussion/483465/thread/24cb7c88/

How do I fix the locale, for skipping commas in numbers?

You need this:

set locale(LC_NUMERIC, "POSIX")
after any other locale changes. Here is more info, our discussion, and an example.

How can I get stricter JSON parsing?

Json::Reader reader(Json::Features::strictMode());
See e.g. issue #39

Project

Where are the API docs?

In a separate repo, to minimize the size of the code repo.

source-code
https://github.com/jacobsa/jsoncpp/
documentation
http://cdunn2001.github.io/json-cpp/
https://github.com/cdunn2001/json-cpp

Are you up-to-date with Chromium patches?

Almost. We plan to be.

Where are older questions and issues?

MediaWiki

Why are you using media wiki here?

Because it provides a nice TOC for all the questions.

Clone this wiki locally