Template Function unflatten
Defined in File json.hpp
Function Documentation
-
template<typename BasicJsonType>
static BasicJsonType unflatten(const BasicJsonType &value) - Parameters:
value – [in] flattened JSON
- Throws:
parse_error.109 – if array index is not a number
type_error.314 – if value is not an object
type_error.315 – if object values are not primitive
type_error.313 – if value cannot be unflattened
- Returns:
unflattened JSON