v0.25.2
What's Changed
-
feat: Parse a map from a single string #170
If we have a leaf node parse the contents of a map from a single string key1=value1,key2=value2,key3=value3 ect. -
feat: Merge MapDecoder and SequencedMapDecoder, SetDecoder and SequencedSetDecoder, ListDecoder and SequencedCollectionDecoder #173
Also support all forms of lists, sets and maps. So you can ask for a TreeMap or TreeSet.
Full Changelog: v0.25.1...v0.25.2