json
json copied to clipboard
change node name
Hello, I download data from the channel through the code: {exp: json: entries channel = "about-us" fields = "field89832 | field87842"} The code is downloaded correctly. However, I would like to change the names of columns that are generated in the json file. Or: [{"entry_id": 1, "field89832": "lorem ipsum", "field87842": "lorem ipsum"}] On: [{"entry_id": 1, "title": "lorem ipsum", "content": "lorem ipsum"}] Change: field89832 -> title field87842 -> content If it is possible?
Why am I getting this email?
Sent from the Yahoo Mail app. Get yours!
On Thu, Mar 29, 2018 at 7:58 AM, motoracer81[email protected] wrote:
Hello,
I download data from the channel through the code:
{exp: json: entries channel = "about-us" fields = "field89832 | field87842"}
The code is downloaded correctly.
However, I would like to change the names of columns that are generated in the json file.
Or:
[{"entry_id": 1, "field89832": "lorem ipsum", "field87842": "lorem ipsum"}]
On:
[{"entry_id": 1, "title": "lorem ipsum", "content": "lorem ipsum"}]
Change:
** field89832 -> title
field87842 -> content **
If it is possible?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
I don't think I signed up to be in this group. I don't know what github is or what any of this stuff even means. How do i get out of this group thing?
Sent from Yahoo Mail on Android
On Fri, Mar 30, 2018 at 7:30 AM, Lisa Gatlin[email protected] wrote: Why am I getting this email?
Sent from the Yahoo Mail app. Get yours!
On Thu, Mar 29, 2018 at 7:58 AM, motoracer81[email protected] wrote:
Hello,
I download data from the channel through the code:
{exp: json: entries channel = "about-us" fields = "field89832 | field87842"}
The code is downloaded correctly.
However, I would like to change the names of columns that are generated in the json file.
Or:
[{"entry_id": 1, "field89832": "lorem ipsum", "field87842": "lorem ipsum"}]
On:
[{"entry_id": 1, "title": "lorem ipsum", "content": "lorem ipsum"}]
Change:
** field89832 -> title
field87842 -> content **
If it is possible?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
I don't think I signed up to be in this group. I don't know what github is or what any of this stuff even means. How do i get out of this group thing? Sent from Yahoo Mail on Android On Fri, Mar 30, 2018 at 7:30 AM, Lisa Gatlin[email protected] wrote: Why am I getting this email? Sent from the Yahoo Mail app. Get yours! On Thu, Mar 29, 2018 at 7:58 AM, motoracer81[email protected] wrote: Hello, I download data from the channel through the code: {exp: json: entries channel = "about-us" fields = "field89832 | field87842"} The code is downloaded correctly. However, I would like to change the names of columns that are generated in the json file. Or: [{"entry_id": 1, "field89832": "lorem ipsum", "field87842": "lorem ipsum"}] On: [{"entry_id": 1, "title": "lorem ipsum", "content": "lorem ipsum"}] Change: ** field89832 -> title field87842 -> content ** If it is possible? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
does this work for EE5?
This is not a CRUD (Create, Read Update, Delete) API. It's read only. If you need a CRUD API you should check out the commercial plugin Web Service by Reinos.