Skip to content

json parser's stop_on_invalid_record option is not functioning #16

Closed Answered by dmikurube
junya-okumura asked this question in User forum
Discussion options

You must be logged in to vote

AFAIR, stop_on_invalid_record: false works when the input is valid as JSON, but the specified field does not exist. (Ex. for config root: foo, it returns "bar" for input {"foo": "bar"}. But it would fail for input {"non-foo": "bar"}.)

It cannot parse inputs that is broken as JSON.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@junya-okumura
Comment options

Answer selected by dmikurube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants