[PYTHON] What is JSON? .. [Note]

Introduction

When I was learning python, I came up with json.dumps () etc. First of all, what is JSON? I checked it next to me.

Here's what I learned about JSON.

__ Reference article __ Thorough dissection of json-style scripts that even non-engineers can understand!

[Python] How to use JSON data (json module)

Conclusion

JSON is a data description format used in JavaScript.

JSON(JavaScript Object Notation) First, JavaScript is one of the programming languages.

It is mainly used on web browsers and is characterized by its light operation and fast execution speed.

Why JSON is so widely used

● A very easy-to-use format that can be read by program languages other than JavaScript.

● The amount of data is small and communication can be performed smoothly.

● It is easy to understand what data is and it is easy to read.

How is it used?

● Where JavaScript is used

● Where priority is given to the characters to be handled and readability

end

Is there any problem in python if I read, export and convert the format?

Fix Programming → programming language

Recommended Posts

What is JSON? .. [Note]
What is namespace
What is copy.copy ()
What is Django? .. ..
What is dotenv?
What is POSIX?
What is Linux
What is SALOME?
What is Linux?
What is python
What is hyperopt?
What is Linux
What is pyvenv
What is __call__
What is Linux
What is Python
What is a distribution?
What is Piotroski's F-Score?
What is Raspberry Pi?
[Python] What is Pipeline ...
What is Calmar Ratio?
What is hyperparameter tuning?
What is a hacker?
What is Linux for?
What is a pointer?
What is ensemble learning?
What is TCP / IP?
What is Python's __init__.py?
What is an iterator?
What is UNIT-V Linux?
[Python] What is virtualenv
What is machine learning?
What is Minisum or Minimax?
What is Linux? [Command list]
What is Logistic Regression Analysis?
What is the Linux kernel?
What is a decision tree?
What is a Context Switch?
What is Google Cloud Dataflow?
[DL] What is weight decay?
[Python] Python and security-① What is Python?
What is a super user?
Competitive programming is what (bonus)
[Python] * args ** What is kwrgs?
What is a system call
[Definition] What is a framework?
What is the interface for ...
What is Project Euler 3 Acceleration?
What is a callback function?
What is the Callback function?
What is a python map?
What is your "Tanimoto coefficient"?
Python Basic Course (1 What is Python)
What is Python? What is it used for?
[Python] What is a zip function?
[Python] What is a with statement?
Note
What is labeling in financial forecasting?
Python Note: About comparison using is
What is Azure Automation Update Management?
[Python] What is @? (About the decorator)