meta data for this page
  •  

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

Example