We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ab2a0 commit 0e77f66Copy full SHA for 0e77f66
src/analyses/ai.cpp
@@ -136,9 +136,9 @@ jsont ai_baset::output_json(
136
forall_goto_program_instructions(i_it, goto_program)
137
{
138
json_objectt location;
139
- location["location_number"]=
+ location["locationNumber"]=
140
json_numbert(std::to_string(i_it->location_number));
141
- location["source_location"]=
+ location["sourceLocation"]=
142
json_stringt(i_it->source_location.as_string());
143
location["domain"]=find_state(i_it).output_json(*this, ns);
144
0 commit comments