Last updated
Last updated
Allocates a new instance of a JSON datatype. For more information check
The second parameter of the NEW JSON function is always omitted by SnowConvert since Snowflake works only with UTF-8.
1. The second parameter is not supported
The second parameter of the function used to specify the format of the resulting JSON is not supported because Snowflake only supports UTF-8, this may result in functional differences for some uses of the function.
2. JSON with BINARY data is not supported
Snowflake does not support parsing binary data to create a JSON value, the user will be warned when SnowConvert finds a NEW JSON with binary data.
: Input format not supported.
Translation specification for the function NEW JSON to Snowflake TO_JSON and PARSE_JSON function