Skip to main content

Timeline for Parse JSON in TSQL

Current License: CC BY-SA 3.0

10 events
when toggle format what by license comment
Feb 27, 2017 at 23:29 history edited samthebrand CC BY-SA 3.0
deleted 6 characters in body
Feb 27, 2017 at 21:59 history edited samthebrand CC BY-SA 3.0
Emphasize update so this top answer points to source of truth
Dec 8, 2016 at 11:23 history edited gbn CC BY-SA 3.0
added 61 characters in body
Dec 6, 2016 at 17:58 comment added Fiach Reid Here is a code example on how to parse JSON using the CLR appoach: blog.dotnetframework.org/2016/12/06/…
Jul 28, 2016 at 18:10 comment added codeaf Here is a very helpful article from the Simple Talk website that outlines how to take a JSon string and output it into tables and columns that can be queried. This is for SQL Server 2016: https://www.simple-talk.com/sql/learn-sql-server/json-support-in-sql-server-2016/
Nov 10, 2015 at 8:35 comment added Jovan MSFT There is a built-in support for parsing JSON text in new SQL Server 2016.
Nov 15, 2010 at 18:10 comment added gbn Phil Factor: I've been reading your articles for many years. If you hadn't have written this article today I'd probably have quoted it 6 months ago when I answered...
Nov 15, 2010 at 18:04 comment added Phil Factor JSON is a pretty simple protocol so it really doesn't require a huge amount of masochism. Once you have it, you can use the one routine for all your JSON. Anyway, i've done it for you here simple-talk.com/sql/t-sql-programming/…
May 20, 2010 at 6:46 vote accept R0b0tn1k
May 19, 2010 at 19:28 history answered gbn CC BY-SA 2.5