Json ‘nodes’ structure
-
How would we create this type of structure to send.
‘user’ > ‘lead’ > ‘name’, ‘phone’, ’email’
$data = array(
‘user’ => array(
‘name’ => name,
‘pass’ => pass,
‘apikey’ => apikey,
),
‘data’ => array(
‘year’ => year,
‘make’ => make,
‘model’ => model
),
);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Json ‘nodes’ structure’ is closed to new replies.