File

spec/json/pass3.json @ 8806:6529f762b819

.luacheckrc: Ignore attempts to get table.unpack This is to allow this common pattern: local unpack = table.unpack or unpack;
author Kim Alvefur <zash@zash.se>
date Sat, 19 May 2018 00:30:34 +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."
    }
}