???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................3

  \m                 @   s:   d dl Z d dlZd dlZd dlZdd Zedkr6e  dS )    Nc        	   "   C   s  d} d}t j| |d}|jddt j dd |jddt jd	d
d |jddddd |j }|jphtj}|jpttj	}|j
}|V y$|rtj|}ntj|tjd}W n* tk
r } zt|W Y d d }~X nX W d Q R X |" tj|||dd |j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-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   )Zobject_pairs_hook   )	sort_keysindent
)argparseArgumentParseradd_argumentZFileType
parse_argsr   sysstdinr	   stdoutr   jsonloadcollectionsOrderedDict
ValueError
SystemExitdumpwrite)	r   r   parserZoptionsr   r	   r   obje r$   !/usr/lib64/python3.6/json/tool.pymain   s0    
$r&   __main__)r   r   r   r   r&   __name__r$   r$   r$   r%   <module>   s   