March 24, 2011 at 8:04 am
Does anyone know of (or can recommend) a resource that tells me how to convert SQL query results into JSON format?
Thanks!
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
March 24, 2011 at 8:16 am
I might've just partially answered my own question. I found this link: http://www.json.org/. I'm about to poke around and see what I find.
However, if anyone else has any suggestions, I'm all ears!
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
March 6, 2013 at 4:19 am
For which language you are asking? if it c, then cson_sqlite3 opensource code
December 26, 2013 at 11:06 pm
I have the same question,did you find any way to solve it?
January 2, 2014 at 7:25 am
Done.
January 2, 2014 at 4:11 pm
Emptymoon (1/2/2014)
Done.
Please share. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 12:17 am
Well with SQL Server 2016 you can export SQL table rows into JSON string format. JSON in SQL will just work like XML with similar semantics.
Check this: Export SQL table to JSON string[/url]
MSDN BoL on JSON & SQL: https://msdn.microsoft.com/en-us/library/dn921882(v=sql.130).aspx
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply