Code: Select all
{
"total": 2,
"jake": {"gender": "male", "age": 26},
"jane": {"gender": "female", "age": 24}
}
How would a retrieve the entire structure into a map without knowing their type as i only appear to be able to get the base elements and not anything nested, any ideas?.