https://issues.dlang.org/show_bug.cgi?id=20330
Issue ID: 20330
Summary: json toString with outputrange
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
```
JSONValue jv;
auto app = appender!string();
formattedWrite(app, "%s", jv);
```
is currently not possible as the function std.json.toJSON does not take a
output
range.
--
