gabs
gabs copied to clipboard
Testing alternative json parsers, like sonic.
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.
Updated tests to use require.JSONEq. All tests are passing except UseNumber test.