Re: JSON Test suite status
Andreas Weber <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
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. -- Andy