Garmin Forums
Site
Search
User
Site
Search
User
Apps & Software
Outdoor Recreation
Sports & Fitness
Pilots
Developer
Beta Program
German Forum
More
Cancel
Developer
More
Connect IQ
Connect IQ App Development Discussion
JSON parsing bug with null?
News & Announcements
Forums
Bug Reports
Wiki
Tags
More
Cancel
Replies
0 replies
Subscribers
14 subscribers
Views
221 views
Users
0 members are here
Options
Share
More
Cancel
Related
JSON parsing bug with null?
Former Member
over 10 years ago
The parsed JSON provided as argument data to the callback method from a Communications.makeJsonRequest() seems to have a bug when parsing null. e.g.,
{"test":null}
instead of being ==null, the value of test is an empty array.