JSONValue toJson()
Example:
auto v = MiValue.fromString("data"); auto json = v.toJson(); assert(json.get!string == "data");