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/bcha.json
1 1
{
2 2
	class samples.ok.Simple : {
3
		"testDouble" : "1.0", 
4
		"testInt" : "123", 
5
		"intArray" : "[5,10,15]", 
6
		"localEnum" : "LOW", 
3
		"testDouble" : 1.0, 
4
		"testInt" : 123, 
5
		"intArray" : [ 5, 10, 15 ], 
6
		"localEnum" : LOW, 
7 7
		"pozdrav" : "AHOJ", 
8
		"stringArray" : "[A,B,C]"
8
		"stringArray" : [ "A", "B", "C" ]
9 9
	}
10 10
}

Také k dispozici: Unified diff