Skip to content

Parsing different json format #1241

@betomoretti

Description

@betomoretti

Hi there!

I would like to ask if it's possible to parse with the following structure:

{"key1":"value1","key2":"value2"}
{"key1":"value1","key2":"value2"}

This is my use case:

std::string ret(buffer);
auto j = json::parse(ret);

Thanks ! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions