Replies: 3 comments 2 replies
-
|
@danoxp thanx for the input. There are definitely useful points, will commit |
Beta Was this translation helpful? Give feedback.
-
|
Hi @omegastripes @danoxp. If the class initialization is modified like this the JSON object is available and the parsing is done natively. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, it was not full code of Class_Initialize Private Sub Class_Initialize()
Set document = CreateObject("htmlfile")
document.Write "<meta http-equiv=""x-ua-compatible"" content=""IE=9"" />'"
With document.parentWindow
.execScript jsCode()
Set jsonParser = .JSON
Set getProp = .getProp
Set getType = .getType
Set copyDict = .copyDict
End With
End Sub |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Omegastripes, thank you for the beta class module parser. I may have a use for it.
I was playing around with the example xlmx included with jsJsonParser.cls and thought I might share.
... see http://www.cpearson.com/excel/DefaultMember.aspx
Beta Was this translation helpful? Give feedback.
All reactions