Import json into database without predefined schema
dotnet tool install -g wk.JsonImport
wk-json-import \
--type postgres \
--connection "Host=localhost;User Id=postgres;Password=1234;Database=Test" \
--table MyTable \
resource/Hello.json