php-jsonpatch
php-jsonpatch copied to clipboard
Add to root document
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?
I guess I would consider this a bug.