schematic 0.19.7

A layered serde configuration and schema library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: crates/schematic/tests/generator_test.rs
expression: "fs::read_to_string(file).unwrap()"
---
{
  // This is a float thats deprecated.
  // @deprecated
  // "float32": 0.0,

  // This is a string.
  "string": "abc",
}