Skip to main content

fields_from_structure

Function fields_from_structure 

Source
pub fn fields_from_structure(structure: &Value) -> Vec<Value>
Expand description

Extract a flat fields array from an explicit form_structure value. Supports { "groups": [ { "fields": [...] } ] } and { "fields": [...] }.