Skip to main content

Converts ReStructuredText into JSON

Project description

Converts ReStructuredText into JSON.

Usage

Input

Python
------
:age: 22
:typing: dynamic, strong

Java
----
:age: 18
:typing: static, strong

Output

[
    {"Python":
        {"age": 22, "typing": "dynamic, strong"}
    },
    {"Java":
        {"age": 18, "typing": "static, strong"}
    },
]

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page