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
The RFC permits extensions. For example, jq accepts some representations of infinity, and is a bit liberal about number representations. A number of n_* tests could be labeled as "failure might be due to the parser supporting extensions".
From RFC7159:
Parsers
A JSON parser transforms a JSON text into another representation. A
JSON parser MUST accept all texts that conform to the JSON grammar.
A JSON parser MAY accept non-JSON forms or extensions.
The text was updated successfully, but these errors were encountered:
The RFC permits extensions. For example, jq accepts some representations of infinity, and is a bit liberal about number representations. A number of
n_*
tests could be labeled as "failure might be due to the parser supporting extensions".From RFC7159:
The text was updated successfully, but these errors were encountered: