Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have fetched a json array data in paramMap of array object but i get a result null.

I pass a parameter of array object in paramMap.

"currencies": [
            {
                "code": "BGN",
                "name": "Bulgarian lev",
                "symbol": "лв"
            }
        ],


how to access a data of currency code in paramMap.


Screenshot (184).png - Google Drive[^]

Screenshot (186).png - Google Drive[^]

Screenshot (187).png - Google Drive[^]

What I have tried:

I want to show a currency code data in console window by ParamMap.
Posted
Updated 20-Oct-20 22:39pm
v2
Comments
Richard MacCutchan 21-Oct-20 3:51am    
Without seeing your code it is impossible even to guess what result you are referring to that is null.
Tarun Surana 21-Oct-20 4:39am    
i have a upload a images of the code plz see it and help me as soon as possible
Tarun Surana 21-Oct-20 5:30am    
Currency Filter - On clicking on currency name in any of the above view, all
countries view should open again but this time with a currency filter applied. I.e
it will display that currency filter has been applied, show the selected currency
and will should the country list which have the same currency(irrespective of
the region).

how to do this?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900