JSON for Modern C++
3.9.0
|
◆ emplace_back()
template<class... Args>
Creates a JSON value from the passed parameters args to the end of the JSON value. If the function is called on a JSON null value, an empty array is created before appending the value created from args.
|