Hacker News new | ask | show | jobs
by osullivj 3805 days ago
Yes, I keep running into this. I leave trailing commas in my JSON as it evals fine in Python. Then my C++ code, using boost::property_tree chokes on it. property_tree also needs double quotes, not the single quotes in this example.
1 comments

There's a module for this: json. The error messages might not be very good, but it does check for trailing commas.