Constructor
Synopsis
Declared in <nlohmann/json.hpp>
basic_json(
    size_type cnt,
    basic_json const& val);Parameters
| Name | Description | 
| cnt | The object to construct from | 
| val | a class to store JSON values | 
Created with MrDocs