--- JSON-XS/Changes 2007/07/02 01:12:27 1.66 +++ JSON-XS/Changes 2007/07/02 02:58:27 1.67 @@ -7,7 +7,7 @@ the allow_blessed setting. - added filter_json_object and filter_json_single_key_object settings that specify a callback to be called when - json objects are encountered. + all/specific json objects are encountered. - assume that most object keys are simple ascii words and optimise this case, penalising the general case. This can speed up decoding by 30% in typical cases and gives