📝 add more API documentation

This commit is contained in:
Niels Lohmann
2020-08-16 20:48:10 +02:00
parent a430d25f22
commit 5c4cc20ed8
5 changed files with 124 additions and 2 deletions

View File

@@ -194,9 +194,9 @@ Access to the JSON value
- [**operator==**](operator==.md) - comparison: equal
- [**operator!=**](operator!=.md) - comparison: not equal
- [**operator<**](operator<.md) - comparison: less than
- operator<= - comparison: less than or equal
- [**operator<=**](operator<=.md) - comparison: less than or equal
- [**operator>**](operator>.md) - comparison: greater than
- operator>= - comparison: greater than or equal
- [**operator>=**](operator>=.md) - comparison: greater than or equal
### Serialization