fastify/fast-json-stringify

replace is-my-json-valid with ajv in tests

Uzlopak opened this issue · 0 comments

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the issue has not already been raised

Issue

Imho we should standardize the behaviour to ajv and not to is-my-json-valid.

As seen in #579 we could detect mismatches between serialization and validation.