Current Path: > > opt > alt > python33 > lib64 > python3.3 > json > __pycache__
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__.cpython-33.pyc | File | 13362 bytes | April 17 2024 16:58:25. | |
__init__.cpython-33.pyo | File | 13362 bytes | April 17 2024 16:58:25. | |
decoder.cpython-33.pyc | File | 12797 bytes | April 17 2024 16:58:25. | |
decoder.cpython-33.pyo | File | 12797 bytes | April 17 2024 16:58:25. | |
encoder.cpython-33.pyc | File | 15149 bytes | April 17 2024 16:58:25. | |
encoder.cpython-33.pyo | File | 15149 bytes | April 17 2024 16:58:25. | |
scanner.cpython-33.pyc | File | 2962 bytes | April 17 2024 16:58:25. | |
scanner.cpython-33.pyo | File | 2962 bytes | April 17 2024 16:58:25. | |
tool.cpython-33.pyc | File | 1373 bytes | April 17 2024 16:58:25. | |
tool.cpython-33.pyo | File | 1373 bytes | April 17 2024 16:58:25. |
� ��f� c @ sD d Z d d l Z d d l Z d d � Z e d k r@ e � n d S( u 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 sP 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 � � | �L y t j | � } Wn1 t k r } z t | � � WYd d } ~ Xn XWd QX| �4 t j | | d d d d d d �| j d � Wd QXd S( Ni i u ri u wi u [infile [outfile]]u sort_keysu indenti u separatorsu ,u : u T( u ,u : ( u lenu sysu argvu stdinu stdoutu openu SystemExitu jsonu loadu ValueErroru dumpu Trueu write( u infileu outfileu obju e( ( u. /opt/alt/python33/lib64/python3.3/json/tool.pyu main s&