Skip to content

parseJSONValue doesn't work with in params / lvalues #14

@Geod24

Description

@Geod24

The following fails to compile:

    static void test(in string a, in string b) {
        auto filter = parseJSONValue(a);
        auto obj = parseJSONValue(b);
    }

And so does the following:

 auto filter = parseJSONValue(`{}`);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions