Add json_pointer/string_t equality comparison operators (#3664)

This commit is contained in:
Florian Albrechtskirchinger
2022-08-05 14:08:27 +02:00
committed by GitHub
parent e839f58a2a
commit 9e1a7c85e3
16 changed files with 582 additions and 61 deletions
@@ -29,6 +29,8 @@ are the base for JSON patches.
- [(constructor)](json_pointer.md)
- [**to_string**](to_string.md) - return a string representation of the JSON pointer
- [**operator string_t**](operator_string_t.md) - return a string representation of the JSON pointer
- [**operator==**](operator_eq.md) - compare: equal
- [**operator!=**](operator_ne.md) - compare: not equal
- [**operator/=**](operator_slasheq.md) - append to the end of the JSON pointer
- [**operator/**](operator_slash.md) - create JSON Pointer by appending
- [**parent_pointer**](parent_pointer.md) - returns the parent of this JSON pointer