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 revision
Previous revision
python_code_snippets [2020/10/09 15:05] juckinspython_code_snippets [2025/01/23 06:24] (current) juckins
Line 65: Line 65:
 __Working with JSON__ __Working with JSON__
  
-  * Use PyPi [[https://pypi.org/project/dictor/|dictor]] +  * Use PyPi [[https://pypi.org/project/dictor/|dictor]] or alternate link from [[https://github.com/perfecto25/dictor|GitHub]] 
-  * Use PyPi (from [[https://pypi.org/project/demjson/|demjson]] which includes JSON Lint to check for valid JSON code and make fixes+  * Use PyPi [[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
      * installs into /usr/local/bin/jsonlint      * installs into /usr/local/bin/jsonlint
     * jsonlint data.json     * jsonlint data.json
     * jsonlint --help     * jsonlint --help
python_code_snippets.1602270303.txt.gz · Last modified: 2020/10/09 15:05 by juckins