git-subtree-dir: third_party/rapidjson git-subtree-split: f54b0e47a08782a6131cc3d60f94d038fa6e0a51
16 lines
384 B
JSON
16 lines
384 B
JSON
[
|
|
{
|
|
"description": "some languages do not distinguish between different types of numeric value",
|
|
"schema": {
|
|
"type": "integer"
|
|
},
|
|
"tests": [
|
|
{
|
|
"description": "a float is not an integer even without fractional part",
|
|
"data": 1.0,
|
|
"valid": false
|
|
}
|
|
]
|
|
}
|
|
]
|