Skip to content

json::parse of std::string being underlined by Visual Studio #402

Description

@Noitidart

This was just a nit pick. I don't know why but it keeps underlining my json::parse from strings. I use json::parse on varaibles like this:

	void listenMain(std::string payload_str) {
            json payload = json::parse(payload_str);

This compiles, but it gets underlined by visual studio like this:

Do you know why this is? It works fine. Is there a way to properly use json::parse with variables?

Thank you!

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions