tethys
tethys copied to clipboard
Add readers and writers instances for cats-collections
Add readers and writers instances for cats-collections
I have problems with some collections, such as Range: how does look like Range(1,5) in Json? I have two option: [1,2,3,4,5] and [1, 5]. Which option is correct? How to read Range from Json? It might not be worth implementing instances for this and anyone can do it themselves?
@Roman-Statsura Sorry for delay!
I just realized that it should be better to inroduce an additional model tethys-cats-collection
rather that extendening existing one with typelevel/cats-collections
. Could you do that?