package
1.0.0
Repository: https://github.com/andygello555/json-dom.git
Documentation: pkg.go.dev

# Packages

Contains runner for native Go callbacks within JOM.
Contains runner and getter/setter functions for the execution of JS scripts within an otto.Otto VM.

# Functions

Checks if the given script language suffix is a supported language.
Creates a new Code object from the given string source code (must include shebang) or a func(json json_map.JsonMapInt).
Registers a new SupportedLang to the supportedLangs map.
Run the given Code in the given Code environment.
Gets the ScriptLangType of the given shebang suffix.

# Constants

Script language types which are used for printing errors/determining script language type.
Script language types which are used for printing errors/determining script language type.

# Structs

Wrapper for any "runnable" script/callback.
Describes a language which is supported (can be run) from within a JOM.

# Type aliases

No description provided by the author