ClassesClassesClassesClasses | | | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

HJson (Class)

Name

HJson — Json Extension Package for HALCON

Methods

JsonArraySize    Returns the size/length of a JSON array.
JsonAt    Extracts a JSON object at a given position from a JSON object or JSON array.
JsonAtTuple    Parses a value or an array of values at a given position from a JSON object or JSON array.
JsonGetTuple    Parses a value or an array of values from a JSON string.
JsonIsArray    Checks if a JSON-String is an array.
JsonIsBoolean    Checks if a JSON-String is a boolean value.
JsonIsNull    Checks if a JSON-String is null.
JsonIsNumber    Checks if a JSON-String is a number.
JsonIsObject    Checks if a JSON-String is an object.
JsonIsPrimitive    Checks if a JSON-String is a primitive data type.
JsonIsString    Checks if a JSON-String is a string.
JsonIsStructured    Checks if a JSON-String is structured.
JsonIsValid    Checks if a string is a valid JSON string.
JsonObjectKeys    Returns the keys of a JSON object.
JsonPointer    Uses a JSON Pointer to extract a value from a JSON string.
JsonPointerTuple    Uses a JSON Pointer to parse a value or an array of values from a JSON string.
JsonPrettify    Returns a prittified representation of a JSON string in a multivalue string tuple.
JsonReadFile    Reads a JSON file into a JSON string.
JsonRegisterExtpack    Registers this Extension Package for full commercial usage within a company.
JsonRemove    Removes an entry in a JSON object or JSON array.
JsonSetJson    Sets a JSON string in a JSON object or JSON array.
JsonSetTuple    Sets a tuple in a JSON object or JSON array.
JsonWriteFile    Writes a JSON string into a text file.

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

HJsonX (Class)

Name

HJsonX — Json Extension Package for HALCON

Methods

JsonArraySize    Returns the size/length of a JSON array.
JsonAt    Extracts a JSON object at a given position from a JSON object or JSON array.
JsonAtTuple    Parses a value or an array of values at a given position from a JSON object or JSON array.
JsonGetTuple    Parses a value or an array of values from a JSON string.
JsonIsArray    Checks if a JSON-String is an array.
JsonIsBoolean    Checks if a JSON-String is a boolean value.
JsonIsNull    Checks if a JSON-String is null.
JsonIsNumber    Checks if a JSON-String is a number.
JsonIsObject    Checks if a JSON-String is an object.
JsonIsPrimitive    Checks if a JSON-String is a primitive data type.
JsonIsString    Checks if a JSON-String is a string.
JsonIsStructured    Checks if a JSON-String is structured.
JsonIsValid    Checks if a string is a valid JSON string.
JsonObjectKeys    Returns the keys of a JSON object.
JsonPointer    Uses a JSON Pointer to extract a value from a JSON string.
JsonPointerTuple    Uses a JSON Pointer to parse a value or an array of values from a JSON string.
JsonPrettify    Returns a prittified representation of a JSON string in a multivalue string tuple.
JsonReadFile    Reads a JSON file into a JSON string.
JsonRegisterExtpack    Registers this Extension Package for full commercial usage within a company.
JsonRemove    Removes an entry in a JSON object or JSON array.
JsonSetJson    Sets a JSON string in a JSON object or JSON array.
JsonSetTuple    Sets a tuple in a JSON object or JSON array.
JsonWriteFile    Writes a JSON string into a text file.


ClassesClassesClassesClasses | | | | Operators