
This is a nonVisible component which helps you to work with json easily.
Downloads
2,919
Views
3,870
Reactions
7
Docs
Returns length of an array
Rendering block preview…
returnType : number
| array | text | get array length / size |
Return an string array when passing object and attributeName(array name)
Rendering block preview…
returnType : text
| object | text | from which array want to parse |
| attributeName | text | attribute name of array |
Returns an object by index in an array
Rendering block preview…
returnType : text
| inArray | text | array |
| index | number | index / postion |
Returns an object from another object using attributeName(keyname)
Rendering block preview…
returnType : text
| inObject | text | |
| attributeName | text |
Returns a value from an object when key is passed
Rendering block preview…
returnType : text
| object | text | |
| key | text |
Checks wether a json object contains a key or not
Rendering block preview…
returnType : boolean
| object | text | |
| key | text |
Releases
in.jsonutils.aix
7.1 KB
Sep 25, 2021
AIX package
First release