🔨 moved class json_pointer into separate file #920

This commit is contained in:
Niels Lohmann
2018-01-28 15:36:56 +01:00
parent e95578f884
commit 1483d39c91
7 changed files with 1170 additions and 1197 deletions
+1
View File
@@ -47,6 +47,7 @@ within a JSON document. It can be used with functions `at` and
@since version 2.0.0
*/
template<typename BasicJsonType>
class json_pointer;
/*!