cosmetic
This commit is contained in:
@@ -88,8 +88,8 @@ feature -- Conversion
|
|||||||
do
|
do
|
||||||
create Result.make
|
create Result.make
|
||||||
Result.put (json.value (o.id), id_key)
|
Result.put (json.value (o.id), id_key)
|
||||||
Result.put (json.value (o.location),location_key)
|
Result.put (json.value (o.location), location_key)
|
||||||
Result.put (json.value (o.status),status_key)
|
Result.put (json.value (o.status), status_key)
|
||||||
from
|
from
|
||||||
create ja.make_array
|
create ja.make_array
|
||||||
o.items.start
|
o.items.start
|
||||||
@@ -105,7 +105,7 @@ feature -- Conversion
|
|||||||
ja.add (jv)
|
ja.add (jv)
|
||||||
o.items.forth
|
o.items.forth
|
||||||
end
|
end
|
||||||
Result.put(ja,items_key)
|
Result.put (ja, items_key)
|
||||||
end
|
end
|
||||||
|
|
||||||
feature {NONE} -- Implementation
|
feature {NONE} -- Implementation
|
||||||
|
|||||||
Reference in New Issue
Block a user