gabs icon indicating copy to clipboard operation
gabs copied to clipboard

Testing alternative json parsers, like sonic.

Open nibbleshift opened this issue 1 year ago • 1 comments

Doing an experiment by wrapping the json interface and testing alternative parsers such as sonic. Currently amd64 will default to sonic and arm64 will use encoding/json.

nibbleshift avatar Feb 25 '24 02:02 nibbleshift

Updated tests to use require.JSONEq. All tests are passing except UseNumber test.

nibbleshift avatar Feb 25 '24 05:02 nibbleshift