Yes, it is so right now.
I would open an issue for it and leave it as-is right now
The solutions I see:
- track the ajv options to write a fast-json-stringify function that serialize them instead of
JSON.stringify
- apply a new logic like:
- check the number of keys
- check iteratively the values (I see only primitive types as values)
Originally posted by @Eomm in #1 (comment)
Yes, it is so right now.
I would open an issue for it and leave it as-is right now
The solutions I see:
JSON.stringifyOriginally posted by @Eomm in #1 (comment)