Hook up json_strict option with default of true (#6909)

This commit is contained in:
Daniel Nelson
2020-01-21 10:10:02 -08:00
committed by GitHub
parent 5f1f4b9e8d
commit c6519c7793
3 changed files with 18 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ ignored unless specified in the `tag_key` or `json_string_fields` options.
## When strict is true and a JSON array is being parsed, all objects within the
## array must be valid
strict = false
json_strict = true
## Query is a GJSON path that specifies a specific chunk of JSON to be
## parsed, if not specified the whole document will be parsed.