Ankit  Shukla

Ankit Shukla

  • NA
  • 681
  • 110.6k

Fetch value from json

Mar 7 2017 2:12 AM
Hello;
 
We have a json file like as:
 
{
"records": [
{
"status": null,
"version": 1,
"id": "89fc25ea-721b-42ca-9ff1-756a7d386dd8",
"created_at": "2017-02-15T04:29:23Z",
"updated_at": "2017-02-15T04:29:23Z",
"client_created_at": "2017-02-15T04:24:44Z",
"client_updated_at": "2017-02-15T04:29:08Z",
"created_by": "Graham Patterson",
"created_by_id": "571fdc4a-28ee-4fd8-8c2d-7d6758f3910f",
"updated_by": "Graham Patterson",
}]} 
 
Please tell me how to fetch value of "created_by"?
Thank you in advance. 
 

Answers (12)