dlang-community / std_data_json

Phobos candidate JSON implementation.
25 stars 13 forks source link

Add shortcut for creating empty array/object JSONValues #21

Open s-ludwig opened 8 years ago

s-ludwig commented 8 years ago

Currently this requires either JSONValue(cast(JSONValue[])null) or "[]".toJsonValue().