0

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.

introkun
  • 3
  • 1
  • 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

0 Answers0