 Include dependency graph for json_tool.h:
 Include dependency graph for json_tool.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Namespaces | |
| 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 String | Json::codePointToUTF8 (unsigned int cp) | 
| Converts a unicode code-point to UTF-8.  More... | |
| static void | Json::uintToString (LargestUInt value, char *¤t) | 
| Converts an unsigned integer to string.  More... | |
| template<typename Iter > | |
| Iter | Json::fixNumericLocale (Iter begin, Iter end) | 
| Change ',' to '.  More... | |
| template<typename Iter > | |
| void | Json::fixNumericLocaleInput (Iter begin, Iter end) | 
| template<typename Iter > | |
| Iter | Json::fixZerosInTheEnd (Iter begin, Iter end) | 
| Return iterator that would be the new end of the range [begin,end), if we were to delete zeros in the end of string, but not the last zero before '.  More... | |
 1.8.16
 1.8.16