JSON for Modern C++  3.7.3

◆ ~basic_json()

nlohmann::basic_json::~basic_json ( )
inlinenoexcept

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.