Re: JSON Test suite status
Abdallah Elshamy <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <CAAVkm5D+j_MLwS63=in4P+VqYHOK9VNofvJ9X8WOH-Rpc4bnpw@mail.gmail.com> |
On Mon, Jun 22, 2020 at 2:24 PM Andreas Weber <[email protected]> wrote: > 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