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

@@ -30,6 +30,7 @@ feature -- Initialization
feature -- Access
feature -- Comparison
is_equal (other: like Current): BOOLEAN is
-- Is JSON_STRING made of same character sequence as `other'