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

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -