I’m using JSON Utilis extension : JSONTools Extension
My data format looks like this:
JSON
-Articles
-0
“Title” : xyz
“URL” : xyz.com
I want to get values stored in “articles” by index and attributes. How do I do it?
I’m using JSON Utilis extension : JSONTools Extension
My data format looks like this:
JSON
-Articles
-0
“Title” : xyz
“URL” : xyz.com
I want to get values stored in “articles” by index and attributes. How do I do it?
I you scroll in that page you will find a google slide provided by @lukegackle with very helpful info and examples that will help you understand how to use the extension
You don’t need a Extension.
Here in comunnity there are many examples.
https://community.kodular.io/t/plz-help-me/115134/3?u=rogerio_rios
The second solution In conjunction with dictionary solved my problem. It’s better, simple and easier than using an extension.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.