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 ('}')
end
feature -- Mesurement
count: INTEGER
-- Number of field
do
Result := object.count
end
feature -- Access
new_cursor: TABLE_ITERATION_CURSOR [JSON_VALUE, JSON_STRING]