pub fn add_class_to_json_component(v: &Value, class: Value) -> Value
Expand description

Add class to a payload by converting minijinja to serde_json::Map for manipulation.

Arguments

  • v - A reference to a minijinja::Value object.
  • class - A minijinja::Value string representing the class to be added.

Returns

A minijinja::Value object representing the updated data map.