[ovs-dev] [PATCH 2/2] JSON serialization via Python's json lib

2016-07-12 Thread Terry Wilson
There is no particularly good reason to use our own Python JSON serialization implementation when serialization can be done faster with Python's built-in JSON library. A few tests were changed due to Python's default JSON library returning slightly more precise floating point numbers.

[ovs-dev] [PATCH 2/2] JSON serialization via Python's json lib

2016-05-09 Thread Terry Wilson
There is no particularly good reason to use our own Python JSON serialization implementation when serialization can be done faster with Python's built-in JSON library. A few tests were changed due to Python's default JSON library returning slightly more precise floating point numbers and

[ovs-dev] [PATCH 2/2] JSON serialization via Python's json lib

2016-05-09 Thread Terry Wilson
There is no particularly good reason to use our own Python JSON serialization implementation when serialization can be done faster with Python's built-in JSON library. A few tests were changed due to Python's default JSON library returning slightly more precise floating point numbers and