Skip to main content

from_json

Function from_json 

Source
pub fn from_json(
    json: &[u8],
    plan: &ExecutionPlan,
) -> Result<HashMap<String, String>, LemmaError>
Expand description

Parse JSON to string values for use with ExecutionPlan::with_values().

  • null values are skipped
  • All other values are converted to their string representation