Projekt

Obecné

Profil

« Předchozí | Další » 

Revize e941a5a4

Přidáno uživatelem Jan Havlíček před asi 4 roky(ů)

#re #7830 Repaired value formats for output JSON
NOTE: the JSON originally does not show the class header.

Zobrazit rozdíly:

project/Deserializer/src/jdeserialize/stringobj.java
16 16
        return x;
17 17
    }
18 18
    public String toString() {
19
        return this.value;
19
        return "\"" + this.value + "\"";
20 20
    }
21 21
    /**
22 22
     * Constructor.

Také k dispozici: Unified diff