This commit is contained in:
Kuan-Fu, Wu 2025-02-22 06:10:44 +01:00 committed by GitHub
commit f1ad9f57c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ Note `/` does not identify the root (i.e., the whole document), but an object en
JSON Pointers can be created from a string: JSON Pointers can be created from a string:
```cpp ```cpp
json::json_pointer p = "/nested/one"; json::json_pointer p("/nested/one");
``` ```
Furthermore, a user-defined string literal can be used to achieve the same result: Furthermore, a user-defined string literal can be used to achieve the same result: