• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# basic_json::~basic_json
2
3```cpp
4~basic_json() noexcept
5```
6
7Destroys the JSON value and frees all allocated memory.
8
9## Exception safety
10
11No-throw guarantee: this member function never throws exceptions.
12
13## Complexity
14
15Linear.
16
17## Version history
18
19- Added in version 1.0.0.
20