Update JSON_VALUE and JSON_OBJECT interface

This commit is contained in:
jvelilla
2008-05-25 18:23:25 +00:00
parent 8f3c7beba8
commit 8357bf5d72
7 changed files with 132 additions and 7 deletions

View File

@@ -66,14 +66,12 @@ feature -- Access
end
get_keys:ARRAY[JSON_STRING] is
--
-- array containing actually used keys
do
Result:=object.current_keys
end
feature -- Report
to_json:STRING is
-- Printable json representation