You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although 00 can be parsed as 0 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:
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: