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

@@ -22,6 +22,6 @@ feature --Access
Result:= null_value.hash_code
end
feature -- Implementation
feature {NONE}-- Implementation
null_value:STRING is "null"
end