Skip to content

gexMichael/ParseJSON

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ParseJSON

This is a little routine I put together to parse JSON in SQL Server in the old days before we had full support. It has proved to be surprisingly popular.

To my shame, I fear that I haven't been maintaining ParseJSON as I should. I thought this routine would be a temporary fix for people who were on old versions of SQL Server, but I'm surprised to see that the article I wrote has now had a third of a million views.

https://www.red-gate.com/simple-talk/sql/t-sql-programming/consuming-json-strings-in-sql-server/

Here is the latest version of the code. Hopefully it is up-to-date.I've updated it to run in a binary collation.

If you have any fixes, please let mye know and I'll add them in.

應用情境

  • 主要應用於 orm_api 的核心程式
  • 原程式版本有一個小問題,已經通知原作者,並已修正(@token MAX)

About

an update to a published routine

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TSQL 100.0%