-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enable requiring of JSON files #294
Comments
Moving this to 1.5.1 since the Android runtime is implementing it: NativeScript/android#217. I wonder if JSON objects should be cached the way modules are? |
After a live discussion with @slavchev we decided that JSON objects should be cached. |
jasssonpet
added a commit
that referenced
this issue
Dec 2, 2015
jasssonpet
added a commit
that referenced
this issue
Dec 3, 2015
jasssonpet
added a commit
that referenced
this issue
Dec 3, 2015
jasssonpet
added a commit
that referenced
this issue
Dec 3, 2015
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Copied from NativeScript/android#217
Node has the feature to read and automatically parse JSON files through its require routine. This is a handy little feature that Node developers are used to, so we may consider implementing it.
See NativeScript/android#215 for more information.
The text was updated successfully, but these errors were encountered: