Merge pull request #1267 from ratzlaff/json_implementation
Provide access to json implementation
This commit is contained in:
commit
ee01df2fff
@ -8,6 +8,7 @@
|
||||
|
||||
local implementation = dofile('json.lua')
|
||||
local err
|
||||
json.implementation = implementation
|
||||
|
||||
function implementation.assert(condition, message)
|
||||
if not condition then
|
||||
|
Reference in New Issue
Block a user