JSON-like data format -


i have strange data format need parse. looks quite similar json, it's not - , json parsers crash when trying parse it. wondering if knows data format is. looks this:

{key1, [{1, 'some_value'}]}. {'key2',     [{key3, "value"},      {key4, [{key5, "some_value"}, {key6, 24}, {key7, "some_value"}, {key8, "some_value"}]} ] }. 

thanks!


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -