+ 2
Need json documentation.
Could you provide me good information on what json is and how to use it in python. Any good course, website is welcome.
3 Antworten
+ 5
Official Documentation
https://www.json.org
+ 2
as brief and perfect introduction:
http://www.diveintopython3.net/serializing.html#json-dump
+ 2
Thx a lot guys. The community is great.