Runtime sanity

This commit is contained in:
Chris
2015-01-08 12:44:15 -06:00
parent 9893dc0c36
commit b69d77e021
13 changed files with 49 additions and 27 deletions

View File

@@ -124,6 +124,9 @@ json_reader
var/json_token/S = get_token()
check_type(/json_token/symbol)
if(!S)
die()
return
switch(S.value)
if(",")
next_token()