Skip to content

JSON renderers #49

@bonbud-macryg

Description

@bonbud-macryg

ApplicationJSON and FileJSON renderers.

FileJSON should provide a simple Monaco editor with some provisions for JSON editing like auto-closing curly braces and quotes.

ApplicationJSON should render arbitrary JSON K-V pairs as a list of heading and body text, where...

{ "foo": "bar" }

Might be rendered as...

<h2>foo</h2>
<p>bar</p>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions