convert parsing of global entries to flat style
In json_config_parser.cc the loop parsing global entries incorrectly assumes entries are handled in the code order when they are in the alphabetic entry name order. The code must be converted into the flat style to enforce this property.