Adding element to empty array fails
Closed this issue · 0 comments
remorhaz commented
Way to reproduce: try to add value 1 at path /0 to JSON document [].
Expected behavior: document [1].
Actual behavior: Result not found for query '/0' exception is thrown.