Prevent JSON conflicts?

General Discussion of Scripting for Flex, Flash & CS SDK

Moderators: Tom, Kukurykus

GuyOxford
Posts: 1
Joined: Fri Dec 21, 2018 4:59 pm
Location: Oxford, UK

Prevent JSON conflicts?

Post by GuyOxford »

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.