3,528 changes: 2,437 additions & 1,091 deletions 3rdparty/json/json.hpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 3rdparty/json/json_fwd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ uses the standard template types.
@since version 1.0.0
*/
using json = basic_json<>;
}
} // namespace nlohmann

#endif