Python json.dumps, Circular Reference Detected.
Question ID:
109803
♥ 0 |
I’m dumping a rather complicated dictionary to json, and something about the format is causing an error, “circular reference detected.” I can’t post the code but the basic format isĀ v1: v1, ] f: [ f1: f1, f2: f2 ] filled in from variables through the code and pulling from an API. Any idea what went wrong/where I should start looking?
Marked as spam
|
Answers (1)