Commit graph

16 commits

Author SHA1 Message Date
38abb654d6 add test to determine field classes in map 2023-12-13 11:34:23 +01:00
20762770b1 fix CodeQL security reports, update to Java 17, fix Java 17 warnings 2022-11-03 22:59:37 +01:00
bfd3b0eded fix bug in json tiny stream parser 2021-12-10 15:01:50 +01:00
b59a36719b add toCollection() methods, update benchmarks 2021-12-03 17:18:50 +01:00
07673324ca add copy() for raw string injection to Builder 2021-12-02 18:07:21 +01:00
31aa9c4de5 Merge branch 'main' of alkmene:joerg/datastructures into main 2021-12-01 17:35:56 +01:00
faf7cf2a83 working on XML builder 2021-12-01 17:35:24 +01:00
81ac720663 remove redundant casts 2021-11-27 18:13:43 +01:00
cce92c775b fix begin/endMap collections, array element separation moved to beginMap, drop unnecessary methods 2021-10-20 17:08:55 +02:00
9953d28bac add modfiable variant for Json toMap() 2021-10-18 18:03:01 +02:00
1805b7cd10 fix map/list in fields, add null safety in convenience methods 2021-10-18 15:42:57 +02:00
f80c001075 add plain parser for simplified string to map conversion 2021-10-18 11:13:47 +02:00
9f584c4c7a use buffered reader, assume always UTF-8, fix toMap() convenience 2021-10-18 09:20:37 +02:00
9759d5c020 fix JSON construction with maps/collections, more convenience for converting strings 2021-10-16 19:00:41 +02:00
b5491330a5 more convenience for builders 2021-10-15 21:57:12 +02:00
f9adea4e18 implement lightweight, minimal JSON/YAML on tiny datastructures 2021-10-12 11:45:53 +02:00