I'm learning JSON and I couldn't find anything about accessing Json Variables
JSON File:
{
"Users": [
{
"username": "LGLGLG"
},
{
"username": "Number"
},
{
"username": "Polly1"
}
],
"LGLGLG-U": "LGLGLG",
"LGLGLG-P": "lol123",
"LGLGLG-B": 0
}
I'm trying to access the JSON Integer LGLGLG-B