Create new JSON_OBJECT

This commit is contained in:
YNH Webdev
2013-09-27 10:57:40 +02:00
parent 113df6efe1
commit b6c082e1fe
21 changed files with 224 additions and 94 deletions
@@ -29,11 +29,11 @@ feature {NONE} -- Initialization
feature -- State handling
set_state (new_state: JSON_OBJECT)
set_state (new_state: WSF_JSON_OBJECT)
do
end
state: JSON_OBJECT
state: WSF_JSON_OBJECT
do
create Result.make
end