Skip to content

Commit d5e8fca

Browse files
danpoeDaniel Kroening
authored and
Daniel Kroening
committed
camel case for json
1 parent cc26814 commit d5e8fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analyses/ai.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ jsont ai_baset::output_json(
135135
forall_goto_program_instructions(i_it, goto_program)
136136
{
137137
json_objectt location;
138-
location["location_number"]=
138+
location["locationNumber"]=
139139
json_numbert(std::to_string(i_it->location_number));
140-
location["source_location"]=
140+
location["sourceLocation"]=
141141
json_stringt(i_it->source_location.as_string());
142142
location["domain"]=find_state(i_it).output_json(*this, ns);
143143

0 commit comments

Comments
 (0)