File

spec/json/pass3.json @ 12760:ce1a0f9bf25a 0.12

util.jsonschema: Use same integer/float logic on Lua 5.2 and 5.3 Fixes test case type.json:0:1 covering treatment of 1.0 as an integer according to the JSON definition
author Kim Alvefur <zash@zash.se>
date Sun, 09 Oct 2022 15:42:25 +0200
parent 8236:4878e4159e12
line wrap: on
line source

{
    "JSON Test Pattern pass3": {
        "The outermost value": "must be an object or array.",
        "In this test": "It is an object."
    }
}