View Single Post
Deathknife
Senior Member
Join Date: Aug 2014
Old 07-29-2017 , 08:52   Re: REST in Pawn - HTTP and JSON methodmaps
Reply With Quote #19

Quote:
Originally Posted by Drixevel View Post
Any chance of functions to iterate through objects and arrays?
You can already iterate through arrays. Although objects would be nice. smjansson extension allows you to.

PHP Code:
property int Length {
        public 
native get();

__________________
Deathknife is offline