<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
B
    YI~d%              
   @   sf   d dl Z d dlZd dlZdd Zedkrby
e  W n. ek
r` Z zeej W ddZ[X Y nX dS )    Nc        	      C   s   d} d}t j| |d}|jddt jdddd	 |jd
dt jddddd	 |jddddd | }|jpptj}|jp|tj	}|j
}|@ yt|}W n* tk
r } zt|W d d }~X Y nX W d Q R X |" tj|||dd |d W d Q R X d S )Nzpython -m json.toolzZA simple command line interface for json module to validate and pretty-print JSON objects.)progdescriptioninfile?zutf-8)encodingz-a JSON file to be validated or pretty-printed)nargstypehelpoutfilewz%write the output of infile to outfilez--sort-keys
store_trueFz5sort the output of dictionaries alphabetically by key)actiondefaultr	      )	sort_keysindent
)argparseArgumentParseradd_argumentFileType
parse_argsr   sysstdinr
   stdoutr   jsonload
ValueError
SystemExitdumpwrite)	r   r   parseroptionsr   r
   r   obje r%   ./opt/alt/python37/lib64/python3.7/json/tool.pymain   s*    
$r'   __main__)	r   r   r   r'   __name__BrokenPipeErrorexcexiterrnor%   r%   r%   r&   <module>   s   
