mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
afa93c6b35
<!-- Thank you for submitting this PR! :) --> ## Description We'd like to split the engine into smaller crates where possible, to enforce boundaries better. The next step is splitting `schema`, but it uses things in `engine/utils`. This splits those utils into a `json_ext` package, as they all seem like JSON helpers. Functional no-op. V3_GIT_ORIGIN_REV_ID: 44d93a7346dc83194abaa46158be2b8401905bd0
60 B
60 B
json_ext
Crate for extending serde_json
functionality.