--- JSON-XS/Changes 2007/06/25 06:57:42 1.58 +++ JSON-XS/Changes 2007/06/25 22:11:39 1.59 @@ -6,6 +6,10 @@ - encode did not catch all blessed objects, encoding their contents in most cases. This has been fixed by introducing the allow_blessed setting. + - 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 + a smaller and faster perl hash. - implemented simpleminded, optional resource size checking in decode_json.