Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4bbee803

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

#7794 Got rid of simpleToString.
Rewrote the toString() instead (no need to re-cast Object types)

Zobrazit rozdíly:

project/Deserializer/bcha.json
1 1
{
2 2
	class samples.ok.Simple : {
3
		"double testDouble" : 1.0, 
4
		"int testInt" : 123, 
5
		"null pozdrav" : [String 0x7e0003: "AHOJ"]
3
		"testDouble" : "1.0", 
4
		"testInt" : "123", 
5
		"intArray" : "[5,10,15]", 
6
		"pozdrav" : "AHOJ", 
7
		"stringArray" : "[A,B,C]"
6 8
	}
7 9
}

Také k dispozici: Unified diff