Am 21.06.20 um 22:19 schrieb Abdallah Elshamy:
> The testing suite [1] for jsonencode [2] and jsondecode [3] is almost
> complete (Any suggestions for something to add are surely very welcomed)
I had a look at jsonencodetest.m and wonder I you are really trying to
create the exact same JSON output (byte identical for example same
whitespace and so on) as the other software does or "identical parsed
JSON" where whitespace doesn't matter.
Thanks for providing feedback. This script is intended to run on MATLAB to test compatibility so producing the same output in it is a core goal of it.
Abdallah