VisibilityUnlisted - anyone with the share link can access
DescriptionEven though the "FORMAT JSON" clause is supposed to be optional and have no functional impact the inclusion of it causes the result of json_object to be improper json.
AreaSQL General / JSON
ContributorSean D. Stuber
CreatedThursday July 04, 2019
Statement1
SELECT json_object(KEY'mykey'VALUE'myvalue') good_results,
json_object(KEY'mykey'VALUE'myvalue'FORMAT JSON) bad_results
FROM DUAL