Skip to main content

Module builtins

Module builtins 

Source

Enums§

Builtin
Enum of all builtin functions in ilo.

Functions§

jpth_jsonpath_diagnostic
Detects when a jpth path argument looks like JSONPath rather than ilo’s dot-path. ilo’s jpth uses a.b.0.c style segments — leading $, * wildcards, and [...] bracket selectors all signal that the caller reached for JSONPath syntax. Returns a descriptive error message in that case so the agent doesn’t waste retries decoding a generic “key not found” diagnostic.