tethys icon indicating copy to clipboard operation
tethys copied to clipboard

Add readers and writers instances for cats-collections

Open Roman-Statsura opened this issue 10 months ago • 1 comments

Add readers and writers instances for cats-collections

Roman-Statsura avatar Apr 23 '24 20:04 Roman-Statsura

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 avatar Apr 23 '24 20:04 Roman-Statsura

@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?

dos65 avatar May 15 '24 18:05 dos65