The Python Oracle

Serialising an Enum member to JSON

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 3

--

Chapters
00:00 Question
00:39 Accepted answer (Score 71)
02:13 Answer 2 (Score 256)
03:00 Answer 3 (Score 111)
03:43 Answer 4 (Score 37)
04:22 Thank you

--

Full question
https://stackoverflow.com/questions/2448...

Accepted answer links:
[JSONEncoder]: https://docs.python.org/3/library/json.h...
[json.load()]: https://docs.python.org/3/library/json.h...
[json.loads()]: https://docs.python.org/3/library/json.h...
https://chat.stackoverflow.com/transcrip...

Answer 3 links:
[Zero's answer]: https://stackoverflow.com/a/24482806/208...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #json #python3x #serialization #enums

#avk47