Commit graph

18 commits

Author SHA1 Message Date
842cf2407c dont attempt to deserialize bracketed strings as arrays if they contain more brackets 2026-01-03 17:02:47 +01:00
b928f85df6 add support for deserializing a map with int keys as a sequence 2025-06-05 22:17:30 +02:00
d29d06166c make bare sequences worth with Entry 2025-03-01 15:32:22 +01:00
fe7bc149d6 fix sequence at end of group, support bare sequences 2025-02-28 23:58:26 +01:00
0e0674a0f6 clippy fixes 2025-02-25 19:59:45 +01:00
21c048625e support tagged enums inside tables 2023-12-21 20:37:24 +01:00
988672437c fix unit enum parse 2023-12-21 19:51:49 +01:00
bc68a8c3a1 more test 2023-12-21 19:31:42 +01:00
ebb940847d allow deserializing from Entry 2023-12-19 01:04:07 +01:00
6643822671 serde array value 2023-12-18 22:56:27 +01:00
d7d26f530a serde for Entry/Table/Statement/Value 2023-12-18 22:49:16 +01:00
feeb1aa3a4 test flatten 2023-12-18 18:24:58 +01:00
08e7d35905 untagged enums 2023-12-18 18:12:43 +01:00
23bc240d4f better errors for unmatched variants 2023-12-18 17:08:00 +01:00
d54e44b51d boxed arrays 2023-12-18 16:39:54 +01:00
778696590a serde error testing 2023-12-18 15:32:55 +01:00
f75a64204c parse string error 2023-12-18 01:59:40 +01:00
1f0a53d241 serde 2023-12-18 01:49:06 +01:00