📝 clean up after #3581 (#3596)

This commit is contained in:
Niels Lohmann
2022-07-22 15:35:29 +02:00
committed by GitHub
parent 09fb4819ff
commit b185c5bc9d
4 changed files with 12 additions and 2 deletions

View File

@@ -256,6 +256,7 @@ Access to the JSON value
### JSON Patch functions
- [**patch**](patch.md) - applies a JSON patch
- [**patch_inplace**](patch_inplace.md) - applies a JSON patch in place
- [**diff**](diff.md) (_static_) - creates a diff as a JSON patch
### JSON Merge Patch functions