Standard Library
The following Starlark libraries are available in Kurtosis by default:
- The Starlark time module (a collection of time-related functions)
- The Starlark json module (allows
encode,decodeandindentJSON) - The Starlark struct builtin (allows you to create
structslike the one used inadd_service)