excel vba - Which 'reference' allows Json in VBA -


now, trying use json in vba. reference should used in vba allow json objects, cjobjects?

i have tried declare follow:

dim myobj cjobject 

but can't compiler recognize cjobject.

actually, cjobject custom class module. so, need related class module using this. actually, has other way parse json in vba. suggested use way this.

here reference using cjobject.

download, cdataset.xls , check it. helpful you.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -