Skip to main content

from_json

Function from_json 

Source
pub fn from_json(json: &[u8]) -> Result<HashMap<String, String>, Error>
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