2022-06-09 19:34:12 +02:00
2022-06-09 19:34:12 +02:00
2022-06-09 19:34:12 +02:00
2022-06-09 19:34:12 +02:00
2022-06-09 17:31:33 +00:00
2022-06-09 19:34:12 +02:00
2022-06-09 19:34:12 +02:00
2022-06-09 19:34:12 +02:00

json-py

Simple JSON-parser written in python.

Inspired by Phil Eaton's article.

Example usage

import json_py
print(json_py.from_json('{"hello": ["world", "!", 69], 3: 9.1}'))
# {'hello': ['world', '!', 69], 3: 9.1}

Todo

Implement json_py.to_json()

Description
Simple JSON-parser written in python.
Readme 31 KiB
Languages
Python 100%