Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_code_snippets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
python_code_snippets [2020/10/06 07:26] juckinspython_code_snippets [2020/10/06 07:29] juckins
Line 65: Line 65:
 __Working with JSON__ __Working with JSON__
  
-  * Use [[https://pypi.org/project/dictor/|Dictor]] +  * Use PyPi [[https://pypi.org/project/dictor/|dictor]] 
-  * Use JSON Lint to check for valid JSON code and make fixes+  * Use PyPi (from [[https://pypi.org/project/demjson/|demjson]] which includes JSON Lint to check for valid JSON code and make fixes
     * sudo pip install demjson     * sudo pip install demjson
     * jsonlint data.json     * jsonlint data.json
python_code_snippets.txt · Last modified: 2020/10/09 15:05 by juckins