-
-
Notifications
You must be signed in to change notification settings - Fork 13
Avoid JSON.stringify calls #2
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers