diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1375c0f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "VAR.Json"] + path = VAR.Json + url = https://github.com/Kableado/VAR.Json.git + branch = master diff --git a/VAR.Json b/VAR.Json new file mode 160000 index 0000000..5bf8b85 --- /dev/null +++ b/VAR.Json @@ -0,0 +1 @@ +Subproject commit 5bf8b854164f2ac583db5a1f3cafb1d6a4402dda diff --git a/VAR.Toolbox/VAR.Toolbox.csproj b/VAR.Toolbox/VAR.Toolbox.csproj index 2877e66..b154e43 100644 --- a/VAR.Toolbox/VAR.Toolbox.csproj +++ b/VAR.Toolbox/VAR.Toolbox.csproj @@ -49,6 +49,18 @@ + + Code\Json\JsonParser.cs + + + Code\Json\JsonWriter.cs + + + Code\Json\ObjectActivator.cs + + + Code\Json\ParserContext.cs +