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().
nullvalues are skipped- All other values are converted to their string representation