{
"Listings": {
"\/#BestSellers": {
"Title": "Best Sellers"
}
}
How to access BestSellers key and get its value
{
"Listings": {
"\/#BestSellers": {
"Title": "Best Sellers"
}
}
How to access BestSellers key and get its value
you can use [] square notation to access dynamic keys. for your current usecase store the json in object and access like so
obj["Listings"]["/#BestSellers"]