Upgrading
Upgrading to Version 3.4
- the
\xAAescape sequence was removed, use\uAAAAinstead - the
onandoffkeywords are no longer decoded as booleans, usetrue/yesandfalse/no
Upgrading to Version 3.2
- the Decoder works in UTF-8 mode and throws an exception on invalid input
- the
\xAAescape sequence is deprecated in favor of\uAAAA