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
Prior to v1.0.212 the default behavior was to allow numbers
and boolean values to be in quotes, which is technically a
violation of the spec.
This adds a new `LY_CTX_LOOSE_JSON_DATATYPES` context option
which will restore the prior behavior when enabled.
SONiC is using v1.0.73 currently and has a large installed base which
may be in violation of the new behavior, so adding such a flag is
required for this usecase.
Signed-off-by: Brad House <[email protected]>
0 commit comments