Updated comments, add DEBUG_OUPUT to JSON_ARRAY.

This commit is contained in:
jvelilla
2013-11-07 19:18:20 -03:00
parent 137af843af
commit 3406780f65
3 changed files with 6 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ feature -- Access
Result.append_character ('%R')
i := i + 2
when 'u' then
--| Leave unicode \uXXXX unescaped
--| Leave Unicode \uXXXX unescaped
Result.append_character ('\')
i := i + 1
else
@@ -274,7 +274,7 @@ feature {NONE} -- Implementation
end
escaped_json_string_32 (s: READABLE_STRING_32): STRING_8
-- JSON string with '"' and '\' characters and unicode escaped
-- JSON string with '"' and '\' characters and Unicode escaped
require
s_not_void: s /= Void
local