I'm trying to retrieve all the "tags" for a specific object but it doesn't seem like getobjectproperty has a version for json. I can do regex matching for the html, but I was hoping there was a cleaner solution.


Article Comments

Nope, tags will always be outputted as one string. You'll have to split them at the whitespaces as of right now. Sorry!


Mar, 2016 - Permalink