Skip to main content

fromjson

Function fromjson 

Source
pub fn fromjson(_: &State<'_, '_>, json: &[u8]) -> Result<Value, Error>
Expand description

This filter allows loading minijinja objects from a JSON string.

In lua, this allows loading a JSON object while preserving key order.