Added more conversion, and accept READABLE_STRING_8 as argument for make_json
This commit is contained in:
@@ -25,11 +25,11 @@ create
|
|||||||
make_json
|
make_json
|
||||||
|
|
||||||
convert
|
convert
|
||||||
make_json ({STRING})
|
make_json ({READABLE_STRING_8, STRING_8, IMMUTABLE_STRING_8})
|
||||||
|
|
||||||
feature {NONE} -- Initialization
|
feature {NONE} -- Initialization
|
||||||
|
|
||||||
make_json (an_item: STRING)
|
make_json (an_item: READABLE_STRING_8)
|
||||||
-- Initialize.
|
-- Initialize.
|
||||||
require
|
require
|
||||||
item_not_void: an_item /= Void
|
item_not_void: an_item /= Void
|
||||||
|
|||||||
Reference in New Issue
Block a user