资 源 简 介
s60-json-library
is a Symbian C/C++ Json Parser easy and simple to use.
Its code is released under the New BSD license.
JSON (JavaScript Object Notation) is a lightweight, human-readable data-interchange format. For more information see http://www.json.org
Changes in version 1.1:
- Fixed issues:
"A few fixes and improvements (mostly related to TReal64)."
"memory leak in CJsonBuilder"
"Crashes on Base64 encoded images"
"null not recognized as value type and treated as string"
"Escape sequence "/" results in "" character instead of "/""
"Broken parsing and formatting when the local is set to non-english languages."
Changes in version 1.0:
- Project uploaded to Google Code