webpack-contrib / json-loader

json loader module for webpack - UNMAINTAINED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage question

jbeckton opened this issue · comments

So if I provide a json file this loader parses it into a javascript object?

If yes how would other javascript code access this object? is it in the global namespace? window.myJsonObj

Thanks