Merge pull request #1267 from ratzlaff/json_implementation

Provide access to  json implementation
This commit is contained in:
Samuel Surtees 2019-04-18 13:09:43 +10:00 committed by GitHub
commit ee01df2fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
local implementation = dofile('json.lua')
local err
json.implementation = implementation
function implementation.assert(condition, message)
if not condition then