Module utils

Module utils 

Source
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