I have this json string:
> {"typeA":{"alerted":false,"value":""},"typeB":{"limit":0,"amount":1,"alerted":true,"disabled":true},"typeC":{"abc":"414720","alerted":false}}
And I want to parse it into this dataframe template in R:
Any suggestion is very appreciated.