We have a huge JSON file editable by hands. We want to allow non-valid JSON (e.g. {name: "value"}) as valid input for Json::Reader::parse method.
Asked
Active
Viewed 361 times
0
-
You could "pre-parse" it yourself before passing it to jsoncpp or you could fix the source JSON itself. If you're already editing it by hand, write it by hand properly – Bojangles Jan 08 '14 at 12:07
-
That's an issue. Too much quotes (two keystrokes) when editing JSON. – introkun Jan 08 '14 at 12:22