We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f197e commit fecf545Copy full SHA for fecf545
.gitignore
@@ -1,6 +1,8 @@
1
+build
2
+
3
# Ignore temporary Excel files
4
*/~$*
5
6
# Ignore scratch work and other files
7
_scratch
-.DS_Store
8
+.DS_Store
vba-block.toml
@@ -0,0 +1,10 @@
+[package]
+name = "json"
+version = "2.2.3"
+authors = ["Tim Hall <tim.hall.engr@gmail.com> (https://github.com/timhall)"]
+[src]
+JsonConverter = "JsonConverter.bas"
9
+[dependencies]
10
+dictionary = "^1"
0 commit comments