1
0
mirror of https://github.com/sasjs/core.git synced 2026-03-10 04:58:10 +00:00

fix: adding licence info. Closes #7

This commit is contained in:
Allan Bowe
2021-05-13 21:49:54 +03:00
parent 51ddd9c1e5
commit cadafcc86b
3 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
-- NOTE - THE COPYRIGHT BELOW IS IN RELATION TO THE JSON.LUA FILE ONLY
-- THIS FILE STARTS ON THE NEXT LINE AND WILL FINISH WITH "JSON.LUA ENDS HERE"
--
-- json.lua
--
@@ -369,3 +371,5 @@ function json.decode(str)
end
return json
-- JSON.LUA ENDS HERE