kw_set_path_delimiter()
#
Sets the path delimiter used for key navigation in JSON structures. The default delimiter is ‘`’.
Prototype
char kw_set_path_delimiter(
char delimiter
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The new delimiter character to be used for path navigation. |
Return Value
Returns the previous delimiter character before the change.
Notes
This function modifies a global setting, affecting all subsequent key path operations.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples