This commit is contained in:
Jocelyn Fiat
2012-06-28 18:07:18 +02:00
parent 873f877530
commit 6fa0d56465

View File

@@ -113,13 +113,14 @@ feature -- Access
Result.append_character ('}') Result.append_character ('}')
end end
feature -- Mesurement
count: INTEGER count: INTEGER
-- Number of field -- Number of field
do do
Result := object.count Result := object.count
end end
feature -- Access feature -- Access
new_cursor: TABLE_ITERATION_CURSOR [JSON_VALUE, JSON_STRING] new_cursor: TABLE_ITERATION_CURSOR [JSON_VALUE, JSON_STRING]