Skip to content

Commit 0647a74

Browse files
committed
Ensure backward compatibility for parse' / is_parsed'.
1 parent ae9f673 commit 0647a74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/parser/json_parser.e

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ feature -- Obsolete commands
172172
"Use restricted `next_parsed_json_value' [sept/2014]."
173173
do
174174
Result := next_parsed_json_value
175+
is_parsed := is_valid
175176
end
176177

177178
feature {JSON_PARSER_ACCESS} -- Obsolete commands: restricted area

0 commit comments

Comments
 (0)