| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/3951573/root/proc/thread-self/root/lib/python2.7/json/ |
Upload File : |
�
�I ec @ 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 /usr/lib/python2.7/json/tool.pyt main s&