serde
serde copied to clipboard
serialising sets to json fails
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"