Re: JSON Test suite status
Andreas Weber <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
Am 22.06.20 um 19:47 schrieb Abdallah Elshamy: > On Mon, Jun 22, 2020 at 2:24 PM Andreas Weber <[email protected] > <mailto:[email protected]>> wrote: > 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. Just to be clear: You want to create byte-identical JSON output which possibly means patching/modifying rapidjson? -- Andy