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