MCPcopy Create free account
hub / github.com/microsoft/SandDance / sceneToJSON

Function sceneToJSON

docs/app/js/sanddance-app.js:123140–123142  ·  view source on GitHub ↗
(scene, indent)

Source from the content-addressed store, hash-verified

123138 "ariaRoleDescription" // aria
123139];
123140function sceneToJSON(scene, indent) {
123141 return JSON.stringify(scene, keys, indent);
123142}
123143function sceneFromJSON(json) {
123144 const scene = typeof json === "string" ? JSON.parse(json) : json;
123145 return initialize(scene);

Callers 1

toJSONFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected