commit | 6ee5920243cc5fe35d219fa2883a673b91808c0f | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Wed Nov 11 13:16:03 2009 -0600 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Nov 17 08:49:40 2009 -0600 |
tree | ef089bf152f2bedad97bae8428c75a5b10c11668 | |
parent | 1fd825f785975a430fbbaff7d80694cc7504360e [diff] |
Add test suite for json marshalling By reusing the qjson test suite. After checking that we can demarshal, marshal again and compared to the expected decoded value. This doesn't work so well for floats because they cannot be accurately represented in decimal but we try our best. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>