php-jsonpatch icon indicating copy to clipboard operation
php-jsonpatch copied to clipboard

Add to root document

Open lifewcody opened this issue 7 years ago • 1 comments

If my original document is: {} and I want to add something to the root (ex: "foo": "bar") I can't with the path being "" or "/". Is this a bug or on purpose?

lifewcody avatar Feb 26 '18 18:02 lifewcody

I guess I would consider this a bug.

raphaelstolt avatar Mar 07 '18 11:03 raphaelstolt