We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7267ca1 commit b8c362bCopy full SHA for b8c362b
lib/jsonschema.lua
@@ -1,5 +1,5 @@
1
local store = require 'jsonschema.store'
2
-local loadstring = loadstring
+local loadstring = loadstring or load
3
local tostring = tostring
4
local pairs = pairs
5
local ipairs = ipairs
0 commit comments