OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python27
/
lib64
/
python2.7
/
json
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/24/2023 02:38:35 PM
rwxr-xr-x
📄
__init__.py
14.38 KB
02/14/2022 01:50:26 PM
rw-r--r--
📄
__init__.pyc
13.66 KB
10/24/2023 02:37:50 PM
rw-r--r--
📄
__init__.pyo
13.66 KB
02/14/2022 01:50:26 PM
rw-r--r--
📄
decoder.py
13.38 KB
02/14/2022 01:50:26 PM
rw-r--r--
📄
decoder.pyc
11.83 KB
10/24/2023 02:37:50 PM
rw-r--r--
📄
decoder.pyo
11.83 KB
02/14/2022 01:50:26 PM
rw-r--r--
📄
encoder.py
16.01 KB
02/14/2022 01:50:26 PM
rw-r--r--
📄
encoder.pyc
13.62 KB
10/24/2023 02:37:50 PM
rw-r--r--
📄
encoder.pyo
13.62 KB
02/14/2022 01:50:26 PM
rw-r--r--
📄
scanner.py
2.24 KB
02/14/2022 01:50:26 PM
rw-r--r--
📄
scanner.pyc
2.21 KB
10/24/2023 02:37:50 PM
rw-r--r--
📄
scanner.pyo
2.21 KB
02/14/2022 01:50:26 PM
rw-r--r--
📄
tool.py
997 bytes
02/14/2022 01:50:26 PM
rw-r--r--
📄
tool.pyc
1.29 KB
02/14/2022 01:50:26 PM
rw-r--r--
📄
tool.pyo
1.29 KB
02/14/2022 01:50:26 PM
rw-r--r--
Editing: tool.pyo
Close
� ^ bc @ 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&