jsony
jsony copied to clipboard
Adding support for CritBitTree
Adding support for std/critbits is easy
https://github.com/treeform/jsony/blob/4fa3a9b52649e31783ab2165b5476d5737c8842c/src/jsony.nim#L11-L13
To be changed to
type
SomeTable*[K, V] = Table[K, V] | OrderedTable[K, V] |
TableRef[K, V] | OrderedTableRef[K, V] | CritBitTree[V]
Can you make a PR?