Base Framework
|
This is the complete list of members for JSON, including all inherited members.
_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC() (defined in DynamicObject) | DynamicObject | |
DynamicObject() noexcept | DynamicObject | inline |
Encoding enum name (defined in JSON) | JSON | |
getJSON(Reference< ObjectModel::Value > value, unsigned int flags=ObjectModel::DEFAULT_FORMATTING) | JSON | static |
getJSONNoFormatting(Reference< ObjectModel::Value > value) | JSON | inlinestatic |
isValidObject() const noexcept | DynamicObject | |
JSON() | JSON | |
parse(const uint8 *src, const uint8 *end) | JSON | |
parse(const String &text) | JSON | static |
parseArray(JSONParser &parser) | JSON | |
parseBoolean(JSONParser &parser) | JSON | |
parseFile(const String &path) | JSON | static |
parseFloat(JSONParser &parser) | JSON | |
parseInteger(JSONParser &parser) | JSON | |
parseNull(JSONParser &parser) | JSON | |
parseNumber(JSONParser &parser) | JSON | |
parseObject(JSONParser &parser) | JSON | |
parseString(JSONParser &parser) | JSON | |
parseString(const String &text) | JSON | static |
parseValue(JSONParser &parser) | JSON | |
UTF_16 enum value (defined in JSON) | JSON | |
UTF_32 enum value (defined in JSON) | JSON | |
UTF_8 enum value (defined in JSON) | JSON | |
~DynamicObject() noexcept(false) | DynamicObject | inlinevirtual |