Search found 1 match
- Mon Jun 29, 2020 8:43 am
- Forum: Flex, Flash & CS SDK: General Discussion
- Topic: Prevent JSON conflicts?
- Replies: 0
- Views: 57972
Prevent JSON conflicts?
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 ...