Expand description
Built-in functions for FiddlerScript.
This module provides the default built-in functions and a system for registering custom built-in functions.
Functions§
- get_
default_ builtins - Get the default built-in functions.
- json_
to_ value - Convert a serde_json::Value to a FiddlerScript Value.
Type Aliases§
- Builtin
Fn - Type alias for built-in function signatures.