Re: Python JSON processing - extra data error

2015-03-30 Thread dieter
karthik.sha...@gmail.com writes: > I have the following python program to read a set of JSON files do some > processing on it and dump them back to the same folder. However When I run > the below program and then try to see the output of the JSON file using > > `cat file.json | python -m json.to

Python JSON processing - extra data error

2015-03-30 Thread karthik . sharma
I have the following python program to read a set of JSON files do some processing on it and dump them back to the same folder. However When I run the below program and then try to see the output of the JSON file using `cat file.json | python -m json.tool` I get the following error `extra dat