On Wed, Apr 9, 2014 at 3:53 PM, Jan Tvrdík <[email protected]> wrote:
> Hi Jakub,
> I've just tested JSOND 1.3 on Windows and discovered some
> incompatibilities with JSON implementation in 5.5.9. All of those
> incompatibilities are PHP's syntax extensions over the RFC and are mostly
> related to parsing of numbers.
>
> See https://gist.github.com/JanTvrdik/10277952#file-test-php-L43-L61
>
>
>
Hi,
Thanks for finding these differences. I consider them as bugs in the
current json implementation as they are not compatible with the ECMA-404
standard. Actually the top level is not even compatible with the level
1+... :)
I have added notes about that to the
https://github.com/bukka/php-jsond/blob/master/UPGRADE.md
Cheers
Jakub