I am having trouble adding JSON functionality to my panels. Simply adding the #include "json2.js" line to the top of my jsx file stops existing functions from working, even though they have no calls to JSON. Is there a way I can prevent the inclusion of the JSON file from conflicting with existing code?
Thanks.