toJSON
lib.generators.toJSON
Docs pulled from | This Revision | 10 minutes ago
Generates JSON from an arbitrary (non-function) value. For more information see the documentation of the builtin.
Inputs
- Options
-
Empty set, there may be configuration options in the future
- Value
-
The value to be converted to JSON
Noogle detected
Implementation
The following is the current implementation of this function.
toJSON = {}: lib.strings.toJSON;