> You don't have to write your own to implementation, the json module provides > one which works for most object types. If you swap library to something else > you might have to re-implement to for that library if it doesn't already > exist.
I know, and thanks for that information. But like I said, I may not stay with json at some point, and/or it may simply be for learning purposes. Also: I am using pointer references in my objects, and use names to reference them in json, so I don't think the default implementation can handle that.