Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 10, 2020 14:52
Show Gist options
  • Save recursivecodes/a6f59f4cb3db35ceeda36fca82d41174 to your computer and use it in GitHub Desktop.
Save recursivecodes/a6f59f4cb3db35ceeda36fca82d41174 to your computer and use it in GitHub Desktop.
json_serialize.sh
SQL> select 
  2  json_serialize(tc.json_document) as json
  3  from testcollection tc
  4  where tc.json_document.name = 'todd';
                                      JSON 
__________________________________________ 
{"name":"todd","is_cool":true,"age":43}    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment