Beispiel #1
0
    private JSONValue  extraErrorsToJSON()
    {
        JSONValueHandler handler_Errors = new JSONValueHandler();

        storeErrors.write_as_json(handler_Errors);
        return(handler_Errors.result);
    }