Skip to content

Commit 948c3b5

Browse files
author
Tanner Blair
committed
Merge branch 'release/v3.0.0+alpha'
2 parents d06b390 + 77747a9 commit 948c3b5

File tree

63 files changed

+250
-343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+250
-343
lines changed
File renamed without changes.

Docs/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

Docs/CONTRIBUTING.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

Docs/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

Docs/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

Docs/_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

Docs/pull_request_template.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

LVJSON Build Specification.vipb

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2017" Created_Date="2017-08-08 12:01:46" Modified_Date="2018-05-11 10:56:06" Creator="tblair" Comments="" ID="487fa99944d9b8b618f01913d245ee0b">
1+
<VI_Package_Builder_Settings Version="2017" Created_Date="2017-08-08 12:01:46" Modified_Date="2018-05-16 11:59:14" Creator="tblair" Comments="" ID="70716760d342d564bde64d43382e2ba2">
22
<Library_General_Settings>
33
<Package_File_Name>NI_lib_LVJSON</Package_File_Name>
4-
<Library_Version>2.1.3.73</Library_Version>
4+
<Library_Version>3.0.0.70</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>Source</Library_Source_Folder>
77
<Library_Output_Folder>Builds</Library_Output_Folder>
@@ -32,7 +32,8 @@
3232
<Copyright/>
3333
<Packager>NI Systems Engineering</Packager>
3434
<URL/>
35-
<Release_Notes>hotfix for pretty string on empty objects and arrays</Release_Notes>
35+
<Release_Notes>!!!BREAKING CHANGE!!!
36+
Revamped variant support. Untested at this point, upgrading is not recommended.</Release_Notes>
3637
</Description>
3738
<Destinations>
3839
<Toolkit_VIs>
@@ -115,7 +116,7 @@
115116
<Path>JSON Parsing.lvproj</Path>
116117
</Exclusions>
117118
</Source_Files>
118-
<License_Agreement_Filepath>Docs\license.txt</License_Agreement_Filepath>
119+
<License_Agreement_Filepath>license.txt</License_Agreement_Filepath>
119120
<Licensing_and_Activation>
120121
<License_LF_file_path/>
121122
<Licensed_library_file_path/>
@@ -325,7 +326,7 @@
325326
<Path>Source\JSON Value\Helper Methods</Path>
326327
<VI_Title/>
327328
</Items_Data>
328-
<GUID>F8E5C42241236DDBA2E193082DEA2FC7</GUID>
329+
<GUID>E784BEF2A78C47789D30473A75F43C3D</GUID>
329330
</Functions_Palette_Data>
330331
<Functions_Palette_Data>
331332
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -528,7 +529,7 @@
528529
<Path>Source\JSON Value\Array\Get Array Values.vi</Path>
529530
<VI_Title/>
530531
</Items_Data>
531-
<GUID>9D9770D801B497060A694FDB970A4872</GUID>
532+
<GUID>6639092A1E6FB67601D2F47ACE33A8C5</GUID>
532533
</Functions_Palette_Data>
533534
<Functions_Palette_Data>
534535
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -605,7 +606,7 @@
605606
<Path>Source\JSON Value\Object\Remove Value.vi</Path>
606607
<VI_Title/>
607608
</Items_Data>
608-
<GUID>B7035122BB31594664B9AB83D5D2992D</GUID>
609+
<GUID>CCB135A0DAB9832E98919B2988EC43B2</GUID>
609610
</Functions_Palette_Data>
610611
<Functions_Palette_Data>
611612
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -643,46 +644,46 @@
643644
<Items_Data>
644645
<Type>Item</Type>
645646
<Sub_Palette_Index>-1</Sub_Palette_Index>
646-
<NameSub_Menu_Name>To Variant.vi</NameSub_Menu_Name>
647+
<NameSub_Menu_Name>To File.vi</NameSub_Menu_Name>
647648
<Short_Name/>
648649
<is_Merge_VI>false</is_Merge_VI>
649650
<Position>
650-
<Row>2</Row>
651+
<Row>1</Row>
651652
<Column>1</Column>
652653
</Position>
653654
<Icon>00000000</Icon>
654-
<Path>Source\JSON Value\Variant Support\To Variant.vi</Path>
655+
<Path>Source\JSON Value\Helper Methods\To File.vi</Path>
655656
<VI_Title/>
656657
</Items_Data>
657658
<Items_Data>
658659
<Type>Item</Type>
659660
<Sub_Palette_Index>-1</Sub_Palette_Index>
660-
<NameSub_Menu_Name>From Variant.vi</NameSub_Menu_Name>
661+
<NameSub_Menu_Name>json to variant.vi</NameSub_Menu_Name>
661662
<Short_Name/>
662663
<is_Merge_VI>false</is_Merge_VI>
663664
<Position>
664665
<Row>2</Row>
665-
<Column>2</Column>
666+
<Column>1</Column>
666667
</Position>
667668
<Icon>00000000</Icon>
668-
<Path>Source\JSON Value\Variant Support\From Variant.vi</Path>
669+
<Path>Source\JSON Variant Support\json to variant.vi</Path>
669670
<VI_Title/>
670671
</Items_Data>
671672
<Items_Data>
672673
<Type>Item</Type>
673674
<Sub_Palette_Index>-1</Sub_Palette_Index>
674-
<NameSub_Menu_Name>To File.vi</NameSub_Menu_Name>
675+
<NameSub_Menu_Name>variant to json.vi</NameSub_Menu_Name>
675676
<Short_Name/>
676677
<is_Merge_VI>false</is_Merge_VI>
677678
<Position>
678-
<Row>1</Row>
679-
<Column>1</Column>
679+
<Row>2</Row>
680+
<Column>2</Column>
680681
</Position>
681682
<Icon>00000000</Icon>
682-
<Path>Source\JSON Value\Helper Methods\To File.vi</Path>
683+
<Path>Source\JSON Variant Support\variant to json.vi</Path>
683684
<VI_Title/>
684685
</Items_Data>
685-
<GUID>50B214AFF4ECCA54569616A6CF06804E</GUID>
686+
<GUID>ED7940A2B5316A571F93996403840CBE</GUID>
686687
</Functions_Palette_Data>
687688
<Functions_Palette_Data>
688689
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -745,7 +746,7 @@
745746
<Path>Source\JSON Value\By Pointer\Set(path).vi</Path>
746747
<VI_Title/>
747748
</Items_Data>
748-
<GUID>3A8D9564C52401F4E025E618DAC6CC53</GUID>
749+
<GUID>314987ABC8AECD187AAF396B578A95AA</GUID>
749750
</Functions_Palette_Data>
750751
</Library_Palette_Definition>
751752
</VI_Package_Builder_Settings>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# JSON-Support-for-LabVIEW

Source/JSON Parsing.lvlps

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
[ProjectWindow_Data]
2-
ProjectExplorer.ClassicPosition[String] = "37,1313,642,1747"
2+
ProjectExplorer.ClassicPosition[String] = "209,979,815,1413"
3+
4+
[AB_Cache_{160B96C6-FD29-4031-AEE5-0D464B27D3F3}]
5+
Cache_Path[Path] Line0001 = "/C/Users/Tanner Blair/AppData/Local/Temp/AB_Cache_"
6+
Cache_Path[Path] Line0002 = "{160B96C6-FD29-4031-AEE5-0D464B27D3F3}.txt"
7+
8+
[AB_Cache_{01328221-D2AE-4C36-9791-776C11B1BB77}]
9+
Cache_Path[Path] Line0001 = "/C/Users/Tanner Blair/AppData/Local/Temp/AB_Cache_"
10+
Cache_Path[Path] Line0002 = "{01328221-D2AE-4C36-9791-776C11B1BB77}.txt"
311

0 commit comments

Comments
 (0)