Social
The Social component in app builders typically provides functionalities that allow developers to integrate social media features into their applications, facilitating interaction, sharing, and engagement with social platforms.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Json Parser component is a utility for parsing and manipulating JSON (JavaScript Object Notation) data. It provides methods for extracting values, navigating JSON structures, and modifying JSON objects and arrays.
Overview
A non-visible component for parsing and manipulating JSON data.
android.permission.INTERNET
This component does not require any special permissions if used for local JSON parsing. However, if you are fetching JSON data from a network source, you will need the INTERNET permission.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | message | string | |
2 | errorFrom | string |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | array | object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | json | object | |
2 | keyOrIndex | any |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | array | object | |
2 | position | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | object | object | |
2 | key | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | array | object | |
2 | position | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | object | object | |
2 | key | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | json | object | |
2 | path | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | object | object | |
2 | key | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | object | object | |
2 | key | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | object | object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | jsonObject | object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | json | object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | json | object | |
2 | keyOrIndex | any | |
3 | value | any |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | json | object | |
2 | path | string | |
3 | value | any |