Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2023-04-11 01:01:36
Size: 185
Comment:
Revision 3 as of 2023-04-11 01:06:02
Size: 398
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

'''`json`''' is a module that supports encoding and decoding JSON files.
Line 6: Line 8:



== Example ==

{{{
}}}

----



== Usage ==



=== Dump ===

=== DumpS ===

=== Load ===

=== LoadS ===

---

Python Json

json is a module that supports encoding and decoding JSON files.


Example


Usage

Dump

DumpS

Load

LoadS

---

See also

Python json module documentation


CategoryRicottone

Python/Json (last edited 2023-06-15 18:40:42 by DominicRicottone)