Jon Keegan
Results
3
issues of
Jon Keegan
Can't inspect projects on http://graphics.dev.wsj.com. Possible to make this work?
Example: ``` {"mydata": ["apple", "orange","pear", "lemon"]} ``` With the following operation: ``` [{"op":"remove","path":"/mydata/0"},{"op":"remove","path":"/mydata/2"}] ``` The result is: ``` { "mydata": ["orange","pear"] } ``` Rather than the expected: ``` { "mydata":...
bug