Current Path: > > opt > alt > python27 > lib64 > > > python2.7 > json
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.py | File | 14721 bytes | January 08 2025 10:42:55. | |
__init__.pyc | File | 13991 bytes | January 08 2025 10:42:55. | |
__init__.pyo | File | 13991 bytes | January 08 2025 10:42:55. | |
decoder.py | File | 13698 bytes | January 08 2025 10:42:55. | |
decoder.pyc | File | 12116 bytes | January 08 2025 10:42:55. | |
decoder.pyo | File | 12116 bytes | January 08 2025 10:42:55. | |
encoder.py | File | 16399 bytes | January 08 2025 10:42:55. | |
encoder.pyc | File | 13942 bytes | January 08 2025 10:42:55. | |
encoder.pyo | File | 13942 bytes | January 08 2025 10:42:55. | |
scanner.py | File | 2297 bytes | January 08 2025 10:42:55. | |
scanner.pyc | File | 2268 bytes | January 08 2025 10:42:55. | |
scanner.pyo | File | 2268 bytes | January 08 2025 10:42:55. | |
tool.py | File | 997 bytes | January 08 2025 10:42:55. | |
tool.pyc | File | 1320 bytes | January 08 2025 10:42:55. | |
tool.pyo | File | 1320 bytes | January 08 2025 10:42:55. |
� �V~gc @ sA d Z d d l Z d d l Z d � Z e d k r= e � n d S( s Command-line tool to validate and pretty-print JSON Usage:: $ echo '{"json":"obj"}' | python -m json.tool { "json": "obj" } $ echo '{ 1.2:3.4}' | python -m json.tool Expecting property name enclosed in double quotes: line 1 column 3 (char 2) i����Nc C s> t t j � d k r* t j } t j } n� t t j � d k ra t t j d d � } t j } n[ t t j � d k r� t t j d d � } t t j d d � } n t t j d d � � | �: y t j | � } Wn t k r� } t | � � n XWd QX| �4 t j | | d t d d d d �| j d � Wd QXd S( Ni i t rbi t wbi s [infile [outfile]]t sort_keyst indenti t separatorst ,s : s ( R s : ( t lent syst argvt stdint stdoutt opent SystemExitt jsont loadt ValueErrort dumpt Truet write( t infilet outfilet objt e( ( s. /opt/alt/python27/lib64/python2.7/json/tool.pyt main s&