Unit Tests

- Added JSON samples to test the parser.
This commit is contained in:
Paul Beckingham 2011-05-22 14:41:40 -04:00
parent df1920d75c
commit f669b5f56f
22 changed files with 756 additions and 8 deletions

30
test/json/e2.json Normal file
View file

@ -0,0 +1,30 @@
[
{
"color": "red",
"value": "#f00"
},
{
"color": "green",
"value": "#0f0"
},
{
"color": "blue",
"value": "#00f"
},
{
"color": "cyan",
"value": "#0ff"
},
{
"color": "magenta",
"value": "#f0f"
},
{
"color": "yellow",
"value": "#ff0"
},
{
"color": "black",
"value": "#000"
}
]