Python:JSON

From wiki
Revision as of 11:20, 4 May 2018 by Hdridder (talk | contribs)
Jump to navigation Jump to search
import json
Enable json functions. The json module is standard available (no installation needed)
json.dumps(dict, indent=4)
Return the dict nicely structured. Indent each level with 4 spaces.
Can be used on other datatypes too.