serde icon indicating copy to clipboard operation
serde copied to clipboard

serialising sets to json fails

Open IssacSchneizer opened this issue 3 years ago • 0 comments

since serializing sets to dict is supported for sets, i expected serialising sets to json to work. serializing to dict gives "('attribute_name', set())" which then fails to serialise to json giving the error "TypeError: Object of type set is not JSON serializable"

IssacSchneizer avatar Dec 23 '21 15:12 IssacSchneizer