initial: nsJson plugin 1.1.3

This commit is contained in:
2026-04-29 23:19:40 +02:00
commit 0947690677
61 changed files with 10173 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
!include MUI2.nsh
Name `nsJSON plug-in`
OutFile nsJSON_UnicodeNSIS.exe
RequestExecutionLevel user
ShowInstDetails show
Unicode true
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_LANGUAGE English
Section
nsJSON::Set /tree testTree testNode /value testValue
nsJSON::Get /tree testTree testNode /end
Pop $R0
DetailPrint $R0
nsJSON::Serialize /tree testTree
Pop $R0
DetailPrint $R0
SectionEnd