re#7868 HTML formatting implemented.The Converter.convert returnes Pair<String, String> value.The first is json, second html - for further work.
#re#7868 Test - JSON format observed.
#re#7832 Output Deserializer format done
#re#7832 Parent classes values OKParent class field names OK, indetation not so yet
#re#7831 Indetation OK, format OK
#re#7831 Output format non-String array repaired
#re#7831 Indetation problems. toString left, new toJson methodNot working yet
#re #7830 Repaired value formats for output JSONNOTE: the JSON originally does not show the class header.
#7830 enum format OK
#7842 project .classpath & launch.json for vs code changedhope the .gitignore works OK - VS Code shows strange things...
#7842 #7843cosmetic changes and merging
Merge branch 'master' of https://gitlab.kiv.zcu.cz/aswi/aswi-2020/aswi2020horky
#7843 #7842Output format - String and array implemented.
#7794 Got rid of simpleToString.Rewrote the toString() instead (no need to re-cast Object types)
#7794The jdeserializer.instance type of content gives correct format of output data (JSON-like) through method simpleFormatToString() : StringWorks only with primitive data types though
#7794
Přechod na Java 11. Vytvoření release verze.
Vytvoření hlavního projektu.