/JsonToSQL

Converts the Json to SQL script

Primary LanguageC#

JsonToSQL

Converts the Json to SQL script.

Here are the primary features of JsonToSQL library:

  1. Convert all kinds of your Json to SQL script.
  2. Super-fast conversion.
  3. The generated SQL script is fully compatible to MS SQL Server and Azure SQL DB.
  4. The outcome SQL script also maintains the relationships between the tables if JSON has nested objects.
  5. Library is free to use, including for commercial purpose.
  6. Open source, and anyone can pull source code and customise as per their need.

Please use the below link to find the more details about library and know about on how to use,

https://www.dotnet4techies.com/2018/07/convert-json-to-sql-format-using-csharp.html

Thank You!