Read local json file synchronously
Sometimes we need to read json file synchronously, as we can use require() function in NodeJS, but if we are not developing project based on NodeJS, we could try following way:
demo.html
<script type="text/javascript" src=".../***.json"> </script>
***.json
jsonContent = `[json content]`
demo.js
var readedJson = jsonContent;
Written by soolaugust
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#