Provide access to json implementation

Allow configuring/overriding the base implementation
This commit is contained in:
Ben Ratzlaff 2019-04-05 12:28:35 -07:00 committed by GitHub
parent 8ea5bafee2
commit 7589ab6e37
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