SQL Server's OpenJson function will let you dismantle JSON structures into relational tables, including tables with foreign/primary key relationships. As I noted in an earlier column, JSON is great ...
I've come a long way over the years in terms of software development. There was a time when all I needed was an HTML form on the client-side and a Servlet's getRequestParameter() method on the server ...