Skip to content

json encode/decode #5

@OlafvdSpek

Description

@OlafvdSpek

JSON is a frequently used format. Full JSON IO support would be nice but just having json encode/decode functions for strings would be a nice building block.

void json_encode(string& out, string_view in);
bool json_decode(string& out, string_view in); // returns !error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions