kw_set_path_delimiter()

kw_set_path_delimiter()#

Set the delimiter used for navigating JSON object paths.

Prototype

PUBLIC void kw_set_path_delimiter(
    char delimiter
);
        

Parameters

Key

Type

Description

delimiter

char

The character to use as the path delimiter.


Return Value

No return value. This function sets the global path delimiter.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples