JsonPointer
should not consider "00" to be valid index
#176
Milestone
JsonPointer
should not consider "00" to be valid index
#176
Although
00
can be parsed as0
in some cases, it is not a valid JSON number; and is also not legal numeric index for JSON Pointer. As such,JsonPointer
class should ensure it can only match property name "00" and not array index.The text was updated successfully, but these errors were encountered: