Expand description
This module provides general-purpose JSON utilities not specific to Cedar.
Structsยง
- Wrapper around
serde_json::Value
, with a differentDeserialize
implementation, such that duplicate keys in JSON objects (maps/records) are not allowed (result in an error).