in reply to Re: json::xs arrays
in thread json::xs arrays
it only parse email not accessing other data in array
its the problem i was facing
{ "data" : "status", "data_info" : { "info" : "user", "deluser" : [ { "names" : "john doe", "age" : 28, "location" : [ { "country" : "ca", } ], "email" : [ "john@email.com" ], "cf" : 1.0, "pr" : null } ] } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: json::xs arrays
by AnomalousMonk (Archbishop) on Mar 29, 2017 at 15:05 UTC |