nlohmann / std_json

A proposal for a JSON data type in the C++ standard library
54 stars 1 forks source link

Class json_pointer moved out from class template basic_json, no longe… #12

Closed mariokonrad closed 7 years ago

mariokonrad commented 7 years ago

…r nested class.

Nothing in json_pointer is necessarily dependent on template parameters from basic_json. The handling of json_pointer is easier and it concentrates on its responsibility without being overladen. This is also to unburden the class template basic_json.