-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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)
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels