JSON namespace
All JSON functions and constants also available via namespace JSON:
- @Json.Parse() = ibec_json_Parse()
- @Json.Free() = ibec_json_Free()
- @Json.SelectNode() = ibec_json_SelectNode()
- @Json.NodeType() = ibec_json_NodeType()
- @Json.GetNodeName() = ibec_json_GetNodeName()
- @Json.GetNodeValue() = ibec_json_GetNodeValue()
- @Json.ChildCount() = ibec_json_ChildCount()
- @Json.SEARCH_BY_INDEX = __jsonSearchByIndex
- @Json.SEARCH_BY_NAME = __jsonSearchByName
- @Json.SEARCH_IGNORE_CASE = __jsonIgnoreCase
- @Json.TYPE_ARRAY = __jsonArray
- @Json.TYPE_ELEMENT = __jsonElement
- @Json.TYPE_OBJECT = __jsonObject
See JSON example
back to top of page
<< ibec_json_ChildCount | IBEBlock | ibec_mime_Encode >>