php-jsonpatch
php-jsonpatch copied to clipboard
Problem with some "path" values
If you add
"op":"add"
an some data with such path
1542816135044
to an existing object,
"path":"/objects"
then the addition does not occur.
"path":"/objects/1542816135044"
If the value is reduced, everything works correctly.
"path":"/objects/12"
What is the reason?