Click here to Skip to main content
15,909,584 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wanna find the source for "JSON.parse" where can I find it? And where is the official website of javascript?

What I have tried:

I can't find the source, I asked here,
Posted
Updated 3-Mar-18 1:21am

 
Share this answer
 
Comments
Member 13536260 3-Mar-18 6:49am    
It's you again, I thought I have trouble in memory but still remember you. But I tried it already but no luck, I just wanna know the "JSON.parse" source (maybe in C++)
Richard MacCutchan 3-Mar-18 6:58am    
This is not a programming question, it is research, and that is why I suggested Google. Please read Code Project Quick Answers FAQ[^].
There are several different implementations of JavaScript[^], some of them are Open Source and others are proprietary. Each one will have a different implementation of JSON.Parse, here's the one used in Google Chrome: json-parser.cc[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900