daw_json_link icon indicating copy to clipboard operation
daw_json_link copied to clipboard

Fast, convenient JSON serialization and parsing in C++

Results 21 daw_json_link issues
Sort by recently updated
recently updated
newest added

Trying to declare the data contract for a variant type that can have itself as one of the alternatives. ```cpp struct Variant { std::variant value; }; ``` A `std::shared_ptr` has...

enhancement