This commit is contained in:
nlohmann
2025-09-16 06:08:09 +00:00
parent 0b14a60e6f
commit fab37adabc
247 changed files with 506 additions and 506 deletions

View File

@@ -5,7 +5,7 @@ using json = nlohmann::json;
int main()
{
// create JSON poiner
// create JSON pointer
json::json_pointer ptr("/foo/bar/baz");
// write string representation to stream