On Fri, May 20, 2011 at 05:03:09PM -0700, Ethan Jackson wrote: > Also, historically speaking, why do we have our own json > implementation? Does the python one have some sort of deficiency?
Yes. You can't just feed it data byte by byte and have it let you know when you've reached the end of a complete JSON object (or array). You have to give it complete, correct syntax and let it parse it all in one go. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
