Title: Show nested JSON data
Last modified: January 14, 2017

---

# Show nested JSON data

 *  Resolved [stevv](https://wordpress.org/support/users/stevv/)
 * (@stevv)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/show-nested-json-data/)
 * Hello,
 * Probably a simple answer, but I coudn’t find the sollution yet. How can I show
   nested items from a JSON file. For example:
 *     ```
       	"response": [
       		{
       			"type": "departure",
       			"departure_code": "AMS",
       			"departure_time": "2016-11-14T00:55:00.000",
       			"arrival_code": "SAW",
       			"arrival_time": "2016-11-14T06:20:00.000",
       			"flight": {
       				"airline_name": "Pegasus",
       				"airline_code": "PC",
       				"number": "4478"
       			},
       			"status": "landed",
       			"codeshares": [
       				{
       					"airline_name": "KLM",
       					"airline_code": "KL",
       					"number": "3548"
       				}
       			]
       		},
       ```
   
 * I would like to show the {departure_code} and {airline_name}. I use “response”
   as a basenode, but when I use the JCI template engine it only shows the {departure_code}
 * Thanks again for your help.
 * Best,

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/show-nested-json-data/#post-8657186)
 * Hi,
 * see
    [http://api.json-content-importer.com/free-example-basenode/](http://api.json-content-importer.com/free-example-basenode/)
 * Bernhard
 *  Thread Starter [stevv](https://wordpress.org/support/users/stevv/)
 * (@stevv)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/show-nested-json-data/#post-8657716)
 * Thanks! Problem solved 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Show nested JSON data’ is closed to new replies.

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [stevv](https://wordpress.org/support/users/stevv/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/show-nested-json-data/#post-8657716)
 * Status: resolved