Could somebody direct me to the tool or approach to read json and output the entire json as a field to database.
Roughly,
myFile.json -> file_name | file_value
-------------------------------
'myFile.json' | '{"foo": "bar", ...}'
I can only seem to find documentation that discusses flattening out the json rather than just simply passing the content through.
Thanks