Omri Brandes
Omri Brandes

Reputation: 1

Converting construct.Struct to Formatted JSON in Python

I'm trying to convert a construct.Struct object with nested Container objects to a serialized JSON. Can someone help me? Converting the object to a dict will also work

I tried to develop a recursive dict comprehension but got stuck

Upvotes: -1

Views: 19

Answers (0)

Related Questions