Skip to main content

rskit_schema/
json.rs

1/// Standard JSON Schema type alias.
2pub type Json = serde_json::Value;