OmarElabd / ObjectExporter

Object Exporter lets you export out an object while debugging in Visual Studio, the object can be serialized in either C#, JSON or XML.
GNU General Public License v3.0
264 stars 82 forks source link

JSON Parsing Error: not well-formed #71

Open filippobottega opened 7 years ago

filippobottega commented 7 years ago

Hello! I'm trying to open the JSON generated by ObjectExporter but the JSON is not well-formed. For example it contains {object} as value. I have attached the JSON content: Sample.json.txt.

Best regards, Filippo.