Skip to content

Parsing different json format #1241

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 ! :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions