jsonyxΒΆ
Customizable JSON library for Python.
Functions
|
Apply a JSON filter query to a node or a list of nodes. |
|
Apply a JSON patch to a Python object. |
Detect the JSON encoding. |
|
|
Serialize a Python object to an open JSON file. |
|
Serialize a Python object to a JSON string. |
|
Format a truncated syntax error. |
|
Deserialize an open JSON file to a Python object. |
|
Deserialize a JSON query value to a Python object. |
|
Deserialize a JSON string to a Python object. |
|
Make a JSON patch from two Python objects. |
|
Paste value to a node or values to a list of nodes. |
|
Deserialize a JSON file to a Python object. |
|
Select nodes from a node or a list of nodes. |
|
Serialize a Python object to a JSON file. |
Classes
|
A configurable JSON decoder. |
|
A configurable JSON encoder. |
|
A configurable JSON manipulator. |
Exceptions
|
Invalid JSON (query) syntax. |
|
Syntax error trucated to fit within the terminal width. |