| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…plicitly being null
| "expected": 1.00 | ||
| } | ||
| ] | ||
| } No newline at end of file |
There was a problem hiding this comment.
this newline is very important for windows 98 json parsers
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
We are trying to write a JSON Patch test operation that asserts the value at a path is not set.
Per the "Error Handling" section of the RFC on JSON Pointers:
A JSON Patch test operation can only test that evaluating a JSON pointer results in a specified value. I would like to consider that processing a JSON Pointer for the application of a JSON Patch test operation would evaluate a nonexistent value as null, at least when comparing to null.