Skip to content

Commit 9c07359

Browse files
author
Tanner Blair
committed
json to variant is working, need to adjust strategy regarding datatypes and defaults.
1 parent 0a566f8 commit 9c07359

18 files changed

+124
-118
lines changed
24 Bytes
Binary file not shown.

Source/JSON Value/JSON Value.lvclass

Lines changed: 104 additions & 112 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Source/JSON Value/Variant Support/JSFL Variant Support.lvlib

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,24 @@
44
<Property Name="NI.Lib.SourceVersion" Type="Int">369131520</Property>
55
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property>
66
<Property Name="NI.LV.All.SourceOnly" Type="Bool">false</Property>
7-
<Item Name="Create From Variant (Array).vi" Type="VI" URL="../Create From Variant/Create From Variant (Array).vi"/>
8-
<Item Name="Create From Variant (Boolean).vi" Type="VI" URL="../Create From Variant/Create From Variant (Boolean).vi"/>
9-
<Item Name="Create From Variant (Numeric).vi" Type="VI" URL="../Create From Variant/Create From Variant (Numeric).vi"/>
10-
<Item Name="Create From Variant (Object).vi" Type="VI" URL="../Create From Variant/Create From Variant (Object).vi"/>
11-
<Item Name="Create From Variant (String).vi" Type="VI" URL="../Create From Variant/Create From Variant (String).vi"/>
12-
<Item Name="From Variant.vi" Type="VI" URL="../From Variant.vi"/>
7+
<Item Name="Cast to Variant" Type="Folder">
8+
<Item Name="Cast To Variant (Array).vi" Type="VI" URL="../Cast To Variant/Cast To Variant (Array).vi"/>
9+
<Item Name="Cast To Variant (Object).vi" Type="VI" URL="../Cast To Variant/Cast To Variant (Object).vi"/>
10+
</Item>
11+
<Item Name="Create From Variant" Type="Folder">
12+
<Item Name="Create From Variant (Array).vi" Type="VI" URL="../Create From Variant/Create From Variant (Array).vi"/>
13+
<Item Name="Create From Variant (Boolean).vi" Type="VI" URL="../Create From Variant/Create From Variant (Boolean).vi"/>
14+
<Item Name="Create From Variant (Numeric).vi" Type="VI" URL="../Create From Variant/Create From Variant (Numeric).vi"/>
15+
<Item Name="Create From Variant (Object).vi" Type="VI" URL="../Create From Variant/Create From Variant (Object).vi"/>
16+
<Item Name="Create From Variant (String).vi" Type="VI" URL="../Create From Variant/Create From Variant (String).vi"/>
17+
</Item>
18+
<Item Name="get all paths" Type="Folder"/>
19+
<Item Name="subVIs" Type="Folder">
20+
<Item Name="Array of Variants to Variant.vi" Type="VI" URL="../../subVIs/Array of Variants to Variant.vi"/>
21+
<Item Name="Variant to Array of Variants.vi" Type="VI" URL="../Variant to Array of Variants.vi"/>
22+
</Item>
23+
<Item Name="get all paths in variant.vi" Type="VI" URL="../get all paths in variant.vi"/>
24+
<Item Name="get paths in variant helper.vi" Type="VI" URL="../get paths in variant helper.vi"/>
25+
<Item Name="JSON To Variant.vi" Type="VI" URL="../JSON To Variant.vi"/>
26+
<Item Name="Variant To JSON.vi" Type="VI" URL="../Variant To JSON.vi"/>
1327
</Library>
32.3 KB
Binary file not shown.
-33.5 KB
Binary file not shown.
32.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)