Getting the number of elements in an array
hi,
i decoding json formated responses this library , want count of items within array part of response number of elements within array changes. have done search use , found sizeof(json["applications"]) returns constant value of 8.
any appreciated
thanks,
bay101
i decoding json formated responses this library , want count of items within array part of response number of elements within array changes. have done search use , found sizeof(json["applications"]) returns constant value of 8.
any appreciated

thanks,
bay101
if have jsonarray object, use array.size();
Arduino Forum > Using Arduino > Programming Questions > Getting the number of elements in an array
arduino
Comments
Post a Comment