> var testJSON = {'min': 'blah', 'max': 'blah', 'betMin': 'blah'};
Yep (tho' at that point you're nearly creating the JSON string
yourself... I tend to not to quote key names but let the encoder do it
when needed for transit).--Sandy
> var testJSON = {'min': 'blah', 'max': 'blah', 'betMin': 'blah'};
Yep (tho' at that point you're nearly creating the JSON string
yourself... I tend to not to quote key names but let the encoder do it
when needed for transit).--Sandy