File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,10 +214,10 @@ reading: [Suggested Improvements to JSON](http://bolinfest.com/essays/json.html)
214214
215215[ Douglas Crockford] ( http://www.crockford.com/ ) of course designed and built
216216JSON, but his state machine diagrams on the [ JSON website] ( http://json.org/ ) , as
217- cheesy as it may sound, gave me motivation and confidence that building a new
218- parser to implement these ideas this was within my reach! The original
217+ cheesy as it may sound, gave us motivation and confidence that building a new
218+ parser to implement these ideas was within reach! The original
219219implementation of JSON5 was also modeled directly off of Doug’s open-source
220- [ json_parse.js] parser. I’m super grateful for that clean and well-documented
220+ [ json_parse.js] parser. We’re grateful for that clean and well-documented
221221code.
222222
223223[ json_parse.js] :
You can’t perform that action at this time.
0 commit comments