| JsonCpp project page | JsonCpp home page |

Go to the source code of this file.
Namespaces | |
| namespace | Json |
| JSON (JavaScript Object Notation). | |
Typedefs | |
| typedef char | Json::UIntToStringBuffer [uintToStringBufferSize] |
Enumerations | |
| enum | { Json::uintToStringBufferSize = 3*sizeof(LargestUInt)+1 } |
Functions | |
| static std::string | Json::codePointToUTF8 (unsigned int cp) |
| Converts a unicode code-point to UTF-8. | |
| static bool | Json::isControlCharacter (char ch) |
| Returns true if ch is a control character (in range [0,32[). | |
| static void | Json::uintToString (LargestUInt value, char *¤t) |
| Converts an unsigned integer to string. | |
|
|
hosts this site. |
Send comments to: Json-cpp Developers |