# Reference: the python standard library by example
12.9 JSON Module
JSON is JavaScript Object Notation. This module converts Python objects and JSON strings. Applicable to Python version 2.6 and later.The JSON module provides an API similar to
If you are the same as me (I am afraid you are), so far, this should be your experience in JSON
Two months ago, youNeverI have heard of JSON
You heard this word a month ago but didn't pay attention to it.
A week ago, you found that this word was
Python describes json-related operation instances, and pythonjson
This article analyzes python's operations on json. We will share this with you for your reference. The details are as follows:
What is json:
JSON (JavaScript Object Notation) is a
Sun Guangdong 2015.12.23The JSON serialization feature and the conversion from JSON format to an object. It can be very useful to interact with a Web service, or just to package and split the data into a text-based format.Easy to useThe JSON
Python Note 5: decorator, built-in functions, json, and pythonjsonDecorator
The decorator is essentially a Python function that allows other functions to add additional functions without any code changes. The return value of the decorator is also a
Understanding Json:3 Minute CoursesBlog Category:
Java synthesis
JsonajaxjavascriptxmllispThis article is from Understanding json:the 3 Minute Lesson this article translated.
If you're like me (I'm worried about you), so far,
Preface
A very common requirement for sorting an array. Especially at the back end. Of course, the front end also has this demand.
Of course, array ordering is a ready-made method. The sort () method.
Let's take a look at this first. Standard
Python processing JSON(If you read poorly, you can poke here)Conceptserialization (serialization): Converts the state information of an object into a process that can be stored or transmitted over a network, in the form of JSON, XML, and so on.
You never heard of json two months ago.
You heard the word one months ago, but you didn't notice.
A week ago you found out that the word was mentioned many times and started thinking, yes ... There's some junk stuff to learn.
Today you are
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.