pub const RAW_VALUE_TOKEN: &str = "$serde_json::private::RawValue";Expand description
The token used by serde_json to represent raw values.
It should be kept in sync with the following original until made public: https://github.com/serde-rs/json/blob/b48b9a3a0c09952579e98c8940fe0d1ee4aae588/src/raw.rs#L292