[Tutor] Regarding Python api script
Alan Gauld
alan.gauld at yahoo.co.uk
Mon Dec 3 20:24:58 EST 2018
CCd the list, please use Reply All when responding to the tutor list.
On 04/12/2018 00:52, Ravi Kumar wrote:
> Thanks a lot! I was wondering is it easier to access JSON format into
> Sql Server from python rather than XML If so how do I format my output
> from xml to Json
>
JSON is generally easier than XML using the json module.
However, I confess I don't know what you mean by
"...access JSON format into Sql Server from python..."
Is the JSON/XML put into the database before you access it?
Or are you trying to access data from JSON/XML and then
store it in the database?
Or are you just trying to store JSON/XML directly into the database?
I really don't understand what it is you are trying to do.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list