I don't want to write anything. there is already a file that I just need to read.
{
"BLD_BRH" : "****",
"RLS_STR" : "****",
"RLS_DFT" : [
[
],
],
"RLS_FIXED" :"***",
}
Section
ClearErrors
Push $0
nsJSON::Set /file "$EXEDIR\eg.json"
nsJSON::Get "RLS_STR" /end
Pop $0
MessageBox mb_ok $0
SectionEnd
it shows blank
|