cedar_policy_core

Module jsonvalue

Source
Expand description

This module provides general-purpose JSON utilities not specific to Cedar.

Structsยง

  • Wrapper around serde_json::Value, with a different Deserialize implementation, such that duplicate keys in JSON objects (maps/records) are not allowed (result in an error).