JsonPointee

Derive Macro JsonPointee 

Source
#[derive(JsonPointee)]
{
    // Attributes available to this derive:
    #[pointer]
}
Expand description

Derives the JsonPointee trait for JSON Pointer (RFC 6901) traversal.

See the [module documentation][crate] for detailed usage and examples.