mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +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
4 lines
60 B
Markdown
4 lines
60 B
Markdown
# json_ext
|
|
|
|
Crate for extending `serde_json` functionality.
|