Json utils
💻 API reference
parse(string, *, object_hook=None, **kwargs)
Parse a JSON string into a JsObject or JsArray or a sequence of arbitrary objects.
Source code in fateful/json.py
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|