Skip to content

<= doesn't work #45

@CrazyPython

Description

@CrazyPython

This is embarrassing. Dlang should have a highly performant, yet extremely easy to use (no type casting) JSON library.

It shouldn't be that hard, just opXXX + templates.

unittest {
    JSONValue data = toJSONValue(`{"key": 5}`);
    assert(data["key"] >= 4 && data["key"] <= 6)
}

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