Skip to content

Commit

Permalink
fixed string formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DBTaylor committed Jun 23, 2017
1 parent 34e335c commit 6528a6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion JSON.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
</Item>
<Item Name="vi.lib" Type="Folder">
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Error Cluster From Error Code.vi"/>
<Item Name="LV-JSON.lvlib" Type="Library" URL="/&lt;vilib&gt;/Erdos Miller/LV-JSON/LV-JSON.lvlib"/>
<Item Name="NI_Data Type.lvlib" Type="Library" URL="/&lt;vilib&gt;/Utility/Data Type/NI_Data Type.lvlib"/>
</Item>
</Item>
Expand Down
Binary file modified src/lib/Format JSON String.vi
Binary file not shown.
12 changes: 6 additions & 6 deletions vipb/LV-JSON.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2017" Created_Date="2016-09-02 15:51:35" Modified_Date="2017-06-13 11:06:45" Creator="David Taylor" Comments="" ID="bc23961aee23f54b1f88a1538d3b58e6">
<VI_Package_Builder_Settings Version="2017" Created_Date="2016-09-02 15:51:35" Modified_Date="2017-06-22 23:00:20" Creator="David Taylor" Comments="" ID="2594cf831e1ef4a570b72778b9630652">
<Library_General_Settings>
<Package_File_Name>LV_JSON</Package_File_Name>
<Library_Version>0.0.0.13</Library_Version>
<Library_Version>0.0.1.3</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>..\src</Library_Source_Folder>
<Library_Output_Folder>..\builds</Library_Output_Folder>
Expand Down Expand Up @@ -34,7 +34,7 @@
<Description>LV-JSON is an open source LabVIEW library for parsing and composing JSON strings.</Description>
<Copyright/>
<Packager/>
<URL>https://github.com/erdosmiller/lv-toml</URL>
<URL>https://github.com/erdosmiller/lv-json</URL>
<Release_Notes/>
</Description>
<Destinations>
Expand Down Expand Up @@ -193,7 +193,7 @@
<Library_Palette_Definition>
<Functions_Palette_Data>
<Parent_Palette_Index>-1</Parent_Palette_Index>
<Name>JSON</Name>
<Name/>
<View_Format>Icons</View_Format>
<Size>
<Height_Row>3</Height_Row>
Expand Down Expand Up @@ -308,7 +308,7 @@
<Path>..\src\Types</Path>
<VI_Title/>
</Items_Data>
<GUID>51397089E91BDEA4DDDD235C6F11C980</GUID>
<GUID>C3F45B24217F854C256A11D49C8C3CD2</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -357,7 +357,7 @@
<Path>..\src\lib\JSON Name-Value Pair.ctl</Path>
<VI_Title/>
</Items_Data>
<GUID>5C32E59E589ACE5B07708A090EAFFCF8</GUID>
<GUID>C43BDF838525C75848741F5E6AC3AFE4</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>

0 comments on commit 6528a6f

Please sign in to comment.