VLR
VLR

Reputation: 312

Console response json

Hi sorry for this simple question I just need to call the .tag in my json response in my dropbox api and i cant called the .tag is always says undefined

This is the json response in my dropbox api

.tag:"folder"
id:"id:dEOW7ElDHUgAAAAAAAAAJg"
name:"Sample Folder"
path_display:"/Sample Folder"
path_lower:"/sample folder"

Upvotes: 1

Views: 214

Answers (1)

n00b
n00b

Reputation: 1852

have this

".tag":"folder"

and

object[".tag"]

Upvotes: 1

Related Questions