You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add a basic noConflict() utility method that provides the same functionality as http://underscorejs.org/#noConflict This can of course be accomplished outside of json-path, but I just thought it would be nice to have available.
In my case I'm using json-path in a CMS so I have to keep everything out of the global namespace to avoid conflicts. I loathe JSON traversal so it's likely that I would use it in a site that is managed by my CMS and I don't want to set myself up for version conflicts in the future.
If you're cool with this, I'll submit a pull request.
The text was updated successfully, but these errors were encountered:
I previously had an incomplete #noConflict implementation in the code -- this issue brought it back to my attention. Thank you. I completed it and pushed (v0.1.3) to npm. Also note that I committed release versions (uglifyjs, minifies).
If you have any other issues come up I welcome forks & pull requests as well.
I'd like to add a basic noConflict() utility method that provides the same functionality as http://underscorejs.org/#noConflict This can of course be accomplished outside of json-path, but I just thought it would be nice to have available.
In my case I'm using json-path in a CMS so I have to keep everything out of the global namespace to avoid conflicts. I loathe JSON traversal so it's likely that I would use it in a site that is managed by my CMS and I don't want to set myself up for version conflicts in the future.
If you're cool with this, I'll submit a pull request.
The text was updated successfully, but these errors were encountered: