mirror of
https://github.com/TangentFoxy/rxi-json.lua.git
synced 2026-02-21 10:06:51 -07:00
Renamed 'keyword' -> 'literal'
This commit is contained in:
+1
-1
@@ -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