-
How to diff GeoJSON has come up in various places and just now again in an email from @gundersen. It seems like this project could be the place to discover good ways to diff and patch GeoJSON.
Here's…
-
```
[
{
"op":"add",
"path":"/Content/Applications/0/Application/TodoLists/0/Todos/1",
"value":{
"Name$":"New card",
"Id":"GVO",
"Pos":512,
"Due…
-
Currently, the examples use a path of '/photos/0/links/author'. Shouldn't it be the photo's id in the path and not it's index in the array?
-
Currently operations to remove elements in an array are hard to read/write by hand. You either need to list the indexes you want to delete in reverse order or recalculate the indices on the fly, sinc…
-
Hi!
I attended a very interesting talk about REST APIs design (here are the slides: http://goo.gl/kju5Bi), the speaker had a very thorough knowledge of the subject and in a sequence of slides, the rec…
-
In the "Updating a Document (PATCH)" section...
> For attributes, only the replace operation is supported at the current time.
How should other attribute operations look in PATCH requests? Could we …
-
I believe the pain and complexity we've encountered around updating embedded resources are the result of incorrect modeling. I propose that we simplify the people model to reduce the complexity of upd…