When working with three.js...
I am aware of the JSONLoader for loading JSON from a file or URL. However, I am wondering if it is possible to directly load a JSON object that is already in the current file?
For example, if I have a mesh stored in a JSON object, can I simply use it without having to go through the JSONLoader?