Current Path: > > opt > alt > python34 > lib64 > python3.4 > 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-34.pyc | File | 12242 bytes | April 17 2024 17:10:06. | |
__init__.cpython-34.pyo | File | 12242 bytes | April 17 2024 17:10:06. | |
decoder.cpython-34.pyc | File | 10546 bytes | April 17 2024 17:10:06. | |
decoder.cpython-34.pyo | File | 10546 bytes | April 17 2024 17:10:06. | |
encoder.cpython-34.pyc | File | 11940 bytes | April 17 2024 17:10:06. | |
encoder.cpython-34.pyo | File | 11940 bytes | April 17 2024 17:10:06. | |
scanner.cpython-34.pyc | File | 2212 bytes | April 17 2024 17:10:06. | |
scanner.cpython-34.pyo | File | 2212 bytes | April 17 2024 17:10:06. | |
tool.cpython-34.pyc | File | 1147 bytes | April 17 2024 17:10:06. | |
tool.cpython-34.pyo | File | 1147 bytes | April 17 2024 17:10:06. |
� e f� � @ sD d Z d d l Z d d l Z d d � Z e d k r@ e � n d S)a 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) � Nc "