JSON

Developer

Ahmmad Saleh

3rd Party (Free)

Download v1.0.3

EE Version Support

  • ExpressionEngine 3

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

This plugin will help you in open and read data from JSON file.

JSON is a simple plugin for ExpressionEngine 3 which help you in dealing with json data and json files.

Using this plugin is quite simple you just have to know what are the parameters and the variables that you can use.

This plugin has three parameters:
1. ref   (required) : use this paramter to show where the json file exist.
2. fields (required) : use this patameter to tell what the attributes or fields you need it from the json file.you will write the attribute as a list separated by space.
3. limit (optional) : specify how many object you want to display. limit must be a positive number.

The variable that you can use it are the fields that you write it in fields parameter.

To make it more clearly, I will give to example:

let assume that we have a json file called test, and this file is exist in your device in : C:\Users\User\Downloads\test.json
this file have the following data:

[
{
“title” : “Title 1”,
“image” : “http://www.muzedevelopment.com/wp-content/uploads/2013/02/ee-banner.png”
},
{
“title” : “Title 2”,
“image” : “https://smhttp-ssl-22930.nexcesscdn.net/asset/img/welcome-home.png”
}
]

First Example:
{exp:json ref = ‘C:\Users\User\Downloads\test.json’ fields = “title image”}

{title}

          {title}

      {/exp:json}

  The result will be html code:

Title 1

          Title 1

Title 2

          Title 2


Second Example:
{exp:json ref = ‘C:\Users\User\Downloads\test.json’ fields = “title image” limit = “1”}

{title}

          {title}

      {/exp:json}

  The result will be html code:
    div>

Title 1

          Title 1

       

In the coming update a new feature will be added to the plugin ....WAIT FOR IT :-)

Download JSON

EE Support Downloads Add-On Version Release Date
3.0.0+ Download 1.0.3

JSON Links

This entry was created August 29, 2017, 10:25 am.
This entry was last updated August 29, 2017, 9:28 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

There are no reviews for this add-on yet.

What are you waiting for? Rate it and review it!