Hacker News new | past | comments | ask | show | jobs | submit login

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.



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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: