Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<= doesn't work #45

Open
CrazyPython opened this issue Aug 27, 2019 · 1 comment
Open

<= doesn't work #45

CrazyPython opened this issue Aug 27, 2019 · 1 comment

Comments

@CrazyPython
Copy link

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)
}
@CrazyPython
Copy link
Author

Alias this could also be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant