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

incorrect JSONPointer behavior

Open nebulaszlonemethi opened this issue 8 years ago • 0 comments

new jsonpatch.JSONPointer("/x").getReference({x:123}) returns {x:123} instead of 123

nebulaszlonemethi avatar Apr 21 '17 08:04 nebulaszlonemethi