Hi,
Another question: Why would we ever want to build our own JSON parsing and serialization code? Just use one of the existing libraries out there.
One of the reasons is that we are not strictly JSON. i.e. order of the items is of importance.
Michael