Hook up json_strict option with default of true (#6909)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user