Hi,
I’m trying to read a JSON data using a QR code but having trouble to store this data.
I could get it as a text but don’t know how to convert it to json or some way to store it in the cliente-side storage.
Data example:
{
“changes”: 4,
“file”: “F0W”,
“mag”: “RD”,
“ser”: “RD0756”,
“spec1”: 13,
“spec2”: 4,
“spec3”: 0.8,
“spec4”: 0.3,
“spec5”: 0,
“step”: [
“@2@27@1@2”, “@2@33@-1@13”, “@22@1@12@48”, “@36@32@2@22”
],
“keep”: [
1,3,4,5,6,7,8,9,10,
11,12,13,14,15,16,17,18,19,20,
21,23,24,25,26,27,28,29,30,
31,32,33,34,35
],
“remove”: [2,22,36],
}
I’m new to appgyver and would appreciate any help.