Destroys the JSON value and frees all allocated memory.
- Complexity
- Linear.
- Requirements
- This function helps
basic_json
satisfying the Container requirements:
- The complexity is linear.
- All stored elements are destroyed and all memory is freed.
- Since
- version 1.0.0
Definition at line 16502 of file json.hpp.