Title: Parsing array in JSON
Last modified: September 1, 2016

---

# Parsing array in JSON

 *  Resolved [darthdaron](https://wordpress.org/support/users/darthdaron/)
 * (@darthdaron)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/parsing-array-in-json/)
 * Hello.
    My JSON looks like this:
 *     ```
       [
       {
       "id":210,
       "_version":"2",
       "_filesize":"1378",
       "compatibility_min":[
       "2.7.7"
       ]
       }
       ]
       ```
   
 * I am able to display _version by using this code:
 *     ```
       [jsoncontentimporter url="xyz"]
       <tr><td>{_version}</td></tr>
       [/jsoncontentimporter]
       ```
   
 * But I don’t know how to display the value “2.7.7” which is in an array. Could
   you please help me?
 * [https://wordpress.org/plugins/json-content-importer/](https://wordpress.org/plugins/json-content-importer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/parsing-array-in-json/#post-8133550)
 * see [http://wptest.kux.de/darthdaron/](http://wptest.kux.de/darthdaron/)
 * [jsoncontentimporter url=”…”]{id}:{subloop-array:compatibility_min:10}{0}{/subloop-
   array:compatibility_min}[/jsoncontentimporter]

Viewing 1 replies (of 1 total)

The topic ‘Parsing array in JSON’ 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/)

## Tags

 * [array](https://wordpress.org/support/topic-tag/array/)

 * 1 reply
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/parsing-array-in-json/#post-8133550)
 * Status: resolved