Faster Apps With JSON.parse
Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=1gEoOuixsYs
Because the JSON grammar is much simpler than JavaScript’s grammar, JSON can be parsed more efficiently than JavaScript. This knowledge can be applied to improve start-up performance for web apps that ship large JSON-like configuration object literals (such as inline Redux stores).
EVENT:
Chrome Dev Summit 2019
SPEAKER:
Mathias Bynens
PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed)
ATTRIBUTION CREDITS:
Original video source: https://www.youtube.com/watch?v=ff4fgQxPaO0
Other Videos By Coding Tech
Tags:
json
json.parse
web performance