You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# VBA-JSON
2
2
3
-
JSON conversion and parsing for VBA (Windows and Mac Excel, Access, and other Office applications).
4
-
It grew out of the excellent project [vba-json](https://code.google.com/p/vba-json/),
3
+
JSON conversion and parsing for VBA (Windows and Mac Excel, Access, and other Office applications).
4
+
It grew out of the excellent project [vba-json](https://code.google.com/p/vba-json/),
5
5
with additions and improvements made to resolve bugs and improve performance (as part of [VBA-Web](https://github.com/VBA-tools/VBA-Web)).
6
6
7
-
Tested in Windows Excel 2013 and Excel for Mac 2011, but should apply to 2007+.
7
+
Tested in Windows Excel 2013 and Excel for Mac 2011, but should apply to 2007+.
8
8
9
9
- For Windows-only support, include a reference to "Microsoft Scripting Runtime"
10
10
- For Mac and Windows support, include [VBA-Dictionary](https://github.com/VBA-tools/VBA-Dictionary).
@@ -20,7 +20,7 @@ Set Json = JsonConverter.ParseJSON("{""a"":123,""b"":[1,2,3,4],""c"":{""d"":456}
0 commit comments