mirror of
https://github.com/TangentFoxy/rxi-json.lua.git
synced 2025-07-28 02:52:17 +00:00
Renamed 'keyword' -> 'literal'
This commit is contained in:
@@ -55,7 +55,7 @@ test("numbers", function()
|
||||
end)
|
||||
|
||||
|
||||
test("keywords", function()
|
||||
test("literals", function()
|
||||
assert( json.decode("true") == true )
|
||||
assert( json.encode(true) == "true" )
|
||||
assert( json.decode("false") == false )
|
||||
|
Reference in New Issue
Block a user