Current Path: > > opt > alt > python35 > lib64 > python3.5 > 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-35.opt-1.pyc | File | 12229 bytes | May 31 2024 13:51:46. | |
__init__.cpython-35.opt-2.pyc | File | 2596 bytes | May 31 2024 13:51:30. | |
__init__.cpython-35.pyc | File | 12229 bytes | May 31 2024 13:51:51. | |
decoder.cpython-35.opt-1.pyc | File | 10674 bytes | May 31 2024 13:51:46. | |
decoder.cpython-35.opt-2.pyc | File | 6515 bytes | May 31 2024 13:51:30. | |
decoder.cpython-35.pyc | File | 10674 bytes | May 31 2024 13:51:51. | |
encoder.cpython-35.opt-1.pyc | File | 11997 bytes | May 31 2024 13:51:46. | |
encoder.cpython-35.opt-2.pyc | File | 7637 bytes | May 31 2024 13:51:30. | |
encoder.cpython-35.pyc | File | 11997 bytes | May 31 2024 13:51:51. | |
scanner.cpython-35.opt-1.pyc | File | 2212 bytes | May 31 2024 13:51:46. | |
scanner.cpython-35.opt-2.pyc | File | 2169 bytes | May 31 2024 13:51:30. | |
scanner.cpython-35.pyc | File | 2212 bytes | May 31 2024 13:51:51. | |
tool.cpython-35.opt-1.pyc | File | 1682 bytes | May 31 2024 13:51:46. | |
tool.cpython-35.opt-2.pyc | File | 1382 bytes | May 31 2024 13:51:30. | |
tool.cpython-35.pyc | File | 1682 bytes | May 31 2024 13:51:51. |
���]m � @ sS d d l Z d d l Z d d l Z d d l Z d d � Z e d k rO e � d S)� Nc # C sz d } d } t j d | d | � } | j d d d d t j � d d �| j d d d d t j d � d d �| j d d d d d d d �| j � } | j p� t j } | j p� t j } | j } | �m y4 | r� t j | � } n t j | d t j �} Wn1 t k r7} z t | � � WYd d } ~ Xn XWd QRX| �. t j | | d | d d �| j d � Wd QRXd S)Nzpython -m json.toolzZA simple command line interface for json module to validate and pretty-print JSON objects.�prog�description�infile�nargs�?�type�helpz-a JSON file to be validated or pretty-printed�outfile�wz%write the output of infile to outfilez--sort-keys�action� store_true�defaultFz5sort the output of dictionaries alphabetically by keyZobject_pairs_hook� sort_keys�indent� � )�argparse�ArgumentParser�add_argument�FileType� parse_argsr �sys�stdinr �stdoutr �json�load�collections�OrderedDict� ValueError� SystemExit�dump�write) r r �parser�optionsr r r �obj�e� r&