About Python JSON

Source: Internet
Author: User
Tags string format

1,JSON module load/loads, Dump/dumps difference: (excerpt from here)

JSON is actually a string representation of a Python dictionary, but a dictionary as a complex object is a string that cannot be converted directly into the code that defines it, and Python has a library called Simplejson that makes it easy to generate and parse JSON. This package is already contained in python2.6, which is called JSON consists of four methods: Dump and dumps (JSON generated from Python), load and loads (parsing JSON into Python data type) the only difference between dump and dumps is Dump generates a class file object, dumps generates a string, and the same load and loads parse the JSON for the class file object and the string format, respectively.


Related reading:

1, Python parsing json.

2. Django returns JSON data.


Walker * * *

This article is from "Walker's Journal" blog, please be sure to keep this source http://walkerqt.blog.51cto.com/1310630/1626337

About Python JSON

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.