Re: [Simple-support] JSON support
Brought to you by:
niallg
|
From: Robbie B. <Rob...@sa...> - 2014-01-13 15:03:21
|
For JSON, I’d look at gson: http://code.google.com/p/google-gson/ It’s like SimpleXML but for JSON. —Robert Brown From: Tek Wojenski <tek...@gm...<mailto:tek...@gm...>> Date: Sunday, January 12, 2014 at 6:45 AM To: "sim...@li...<mailto:sim...@li...>" <sim...@li...<mailto:sim...@li...>> Subject: [Simple-support] JSON support I love the product! Keep up the good work Niall! I'm working in an new environment where I do not have reflection. So I will have to go to JSON to parse my object in. I have considerable amount of code written to serialize/deserialze to XML with simpleXML. Is there a way for simpleXML to serialize/produce JSON output? I do not need it to deserialize, just to serialize? This way I will be half way there without changing my design time code. Regards Tek Wojenski |