Skip to content

Commit 0e77f66

Browse files
committed
camel case for json
1 parent c5ab2a0 commit 0e77f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analyses/ai.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ jsont ai_baset::output_json(
136136
forall_goto_program_instructions(i_it, goto_program)
137137
{
138138
json_objectt location;
139-
location["location_number"]=
139+
location["locationNumber"]=
140140
json_numbert(std::to_string(i_it->location_number));
141-
location["source_location"]=
141+
location["sourceLocation"]=
142142
json_stringt(i_it->source_location.as_string());
143143
location["domain"]=find_state(i_it).output_json(*this, ns);
144144

0 commit comments

Comments
 (0)