guzba / sunny

JSON in Nim with Go-like field tags.
MIT License
14 stars 0 forks source link

Cannot serialize Hashsets #8

Closed beef331 closed 3 months ago

beef331 commented 3 months ago

Attempting to use HashSet results in an error that pairs cannot be found

import std/sets
import pkg/sunny

echo HashSet[string]().toJson()
guzba commented 3 months ago

Tyty again for reporting. Easy fix going to be tagged here: https://github.com/guzba/sunny/pull/9