Projekt

Obecné

Profil

Stáhnout (406 Bajtů) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
56837af0 2020-04-16 20:47 Jan Havlíček

re#7868 HTML formatting implemented.
The Converter.convert returnes Pair<String, String> value.
The first is json, second html - for further work.

b3264653 2020-04-16 18:05 Jan Havlíček

#re#7832 Output Deserializer format done

e48f57d1 2020-04-16 15:58 Jan Havlíček

#re#7832 Parent classes values OK
Parent class field names OK, indetation not so yet

53949177 2020-04-15 17:31 Jan Havlíček

#re#7831 Indetation OK, format OK

0ad0b530 2020-04-15 15:59 Jan Havlíček

#re#7831 Output format non-String array repaired

a0511590 2020-04-15 15:50 Jan Havlíček

#re#7831 Indetation problems. toString left, new toJson method
Not working yet

e77e4dac 2020-04-14 14:54 Jan Havlíček

#re #7831 indentation problem with inner classes

3836c992 2020-04-14 14:48 Jan Havlíček

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

f783f25c 2020-04-14 14:30 Jan Havlíček

#7830 enum format OK

4bbee803 2020-04-07 14:19 Jan Havlíček

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

e3d5fc53 2020-04-06 14:54 Jan Havlíček

#7794
The jdeserializer.instance type of content gives correct format of output data (JSON-like) through method simpleFormatToString() : String
Works only with primitive data types though