Expand description
§Utility Functions Module
This module contains common utility functions used throughout the engine. These utilities provide helper functionality for:
- JSON value manipulation and path navigation
- Value truthiness evaluation
- Nested data structure access and modification
Functions§
- get_
nested_ value - Get nested value from JSON using dot notation path
- get_
nested_ value_ cloned - Clone a value at a nested path
- set_
nested_ value - Set nested value in JSON using dot notation path