Skip to content

Avoid JSON.stringify calls #2

@Eomm

Description

@Eomm

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions