-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Description
While iterating an json array with null-elements I get an exception at this line:
Line 335 in 185e410
| return "</"+ (jsonObj.__prefix!=null? (jsonObj.__prefix+":"):"")+elementName+">"; |
My solution was to check
return "</"+ (jsonObj && jsonObj.__prefix!=null? (jsonObj.__prefix+":"):"")+elementName+">";
That worked like a charm.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels