in NSIS, I don't find native JSON support and I cannot use nsjson plugin. I have to use string instructions to read a json property.
{
"DATE" : "****",
"BUILD_NUMBER" : ***,
"RELEASE_STRING" : "***"
}
How do I read these json properties and store these values in the variable
{
"DATE" : "****",
"BUILD_NUMBER" : ***,
"RELEASE_STRING" : "***"
}
How do I read these json properties and store these values in the variable
Comment