$extrastylesheet
JsonCpp project page Classes Namespace JsonCpp home page

Namespaces | Typedefs | Enumerations | Functions
src/lib_json/json_tool.h File Reference
#include <clocale>
+ Include dependency graph for json_tool.h:
+ This graph shows which files directly or indirectly include this file:

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 char Json::getDecimalPoint ()
static JSONCPP_STRING Json::codePointToUTF8 (unsigned int cp)
 Converts a unicode code-point to UTF-8.
static void Json::uintToString (LargestUInt value, char *&current)
 Converts an unsigned integer to string.
static void Json::fixNumericLocale (char *begin, char *end)
 Change ',' to '.
static void Json::fixNumericLocaleInput (char *begin, char *end)