View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 05-11-2016 , 06:42   Re: [EXTENSION] SMJansson 2.3.1/3 (2012-05-07)
Reply With Quote #61

Ya, you can put JSON Arrays/Objects inside of another JSON Array/Object, example:

PHP Code:
{
    
"array1": [
        {
        }
    ]

What above example has is a json object containing a json array at key "array1" which contains a json object.
WildCard65 is offline