I'm working on an opensource application that processes JSON in C, because I would like to make it easier for people to help me in the project and because JSON is so close to JS. I want to embed a JS engine and compile the JS into the software.
The reason I've chosen C for this particular program is because of C's speed. Is there any reason why I shouldn't include JS? I find it difficult to find any information regarding this particular topic.