Skip to content

Handle 2D Arrays #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
timhall opened this issue Oct 25, 2014 · 0 comments · Fixed by #4
Closed

Handle 2D Arrays #1

timhall opened this issue Oct 25, 2014 · 0 comments · Fixed by #4

Comments

@timhall
Copy link
Member

timhall commented Oct 25, 2014

See https://code.google.com/p/vba-json/issues/detail?id=8

Example:

Dim Test(1, 1) As Variant
Test(0, 0) = 1
Test(0, 1) = 2
Test(1, 0) = 3
Test(1, 1) = 4

Debug.Print JSONConverter.ConvertToJSON(Test)
' -> [[1,2],[3,4]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant