This implements a few improvements for JSON scan and from_json:
For both JSON scan and from_json: support disabling allowSingleQuotes option.
For from_json with map<string, string> schema:
Add the ability to pass down options for turning on/off allowSingleQuotes, allowNumericLeadingZeros, allowNonNumericNumbers, and allowUnquotedControlChars, along with the corresponding tests.
This implements a few improvements for JSON scan and
from_json
:from_json
: support disablingallowSingleQuotes
option.from_json
withmap<string, string>
schema:allowSingleQuotes
,allowNumericLeadingZeros
,allowNonNumericNumbers
, andallowUnquotedControlChars
, along with the corresponding tests.Depends on: