We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550719c commit bfbc4bfCopy full SHA for bfbc4bf
README.md
@@ -18,7 +18,7 @@ Nodes representation:
18
{
19
"key": ...,
20
"value": < scalar value | [ nodes ] >,
21
- "valueType": < "SCALAR" | "OBJECT" | "ARRAY">,
+ "valueType": < "SCALAR" | "OBJECT" | "ARRAY" | "NULL">,
22
"op": < "ADD" | "REMOVE" | "NONE">
23
}
24
```
0 commit comments