Skip to content

Verson 0.5

Choose a tag to compare

@Tarmil Tarmil released this 02 Oct 09:33

New features

  • #17 Add encoding of collections:
    • 'T list encoded as JSON array.
    • Set<'T> encoded as JSON array.
    • Map<string, 'T> encoded as JSON object with map keys as field names.
    • Map<'K, 'V> when 'K is not string encoded as JSON array whose elements are [key,value] JSON arrays.
    • Tuples and struct tuples encoded as JSON array.