PHP Code:
Section
InitPluginsdir
FileOpen $0 "$PluginsDir\temp.txt" w
FileWrite $0 '{"BLD_BRH" : "1234","RLS_STR" : "5678","RLS_FIXED" : "invalid example"}'
FileClose $0
nsJSON::Set /file "$PluginsDir\temp.txt"
nsJSON::Get "BLD_BRH" /end
Pop $0
MessageBox mb_ok $0
SectionEnd