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 field is a Protobuf float. Parsers need to accept number, string, the special strings "NaN", "Infinity", "-Infinity", and also null. But implementations should only emit number and the special strings. (See ProtoJSON docs.)
The JSON schema allows number and the special strings, but also any other string. Does the schema aim to match what a conformant parser can parse, or what's emitted?
The text was updated successfully, but these errors were encountered:
The example in the README includes:
The field is a Protobuf
float
. Parsers need to accept number, string, the special strings "NaN", "Infinity", "-Infinity", and also null. But implementations should only emit number and the special strings. (See ProtoJSON docs.)The JSON schema allows number and the special strings, but also any other string. Does the schema aim to match what a conformant parser can parse, or what's emitted?
The text was updated successfully, but these errors were encountered: