Write Value to JSON
Serializes a T value to a JSON file. This is used as the universal baseline for object transport between runtimes in the sandbox interchange protocol.
value (Any): The value to
serialize.
path (String): Path to the
destination file.