0 votes
in JSON by
Why do we use JSON in Python?

1 Answer

0 votes
by
Python programming language is used to encode and decode JSON objects.

Python encode() function encodes the Python object into a JSON string representation.

Python decode() function decodes a JSON-encoded string into a Python object.

Related questions

0 votes
0 votes
asked Nov 4, 2020 in JSON by rahuljain1
0 votes
asked May 17, 2020 in Python by SakshiSharma
...