Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a6f38344

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

re #7891 Indentation OK
Switched field name and value issue still remains

Zobrazit rozdíly:

project/Deserializer/src/Converter.java
157 157
			{
158 158
				//Parametrizovany toJson pomoci dictionary
159 159
				//Ciste HTML / Cisty JSON
160
				json.append(cnt.toJson("", null, this.jsonFormatting));
161
				html.append(cnt.toJson("", null, this.htmlFormatting));
160
				json.append(cnt.toJson("", null, this.jsonFormatting, false));
161
				html.append(cnt.toJson("", null, this.htmlFormatting, false));
162 162
			}
163 163
		}
164 164
	}

Také k dispozici: Unified diff