Answer the question
In order to leave comments, you need to log in
How to get information from a Json file that is stored locally?
Hello!
Help me please! I have a data.json file
like
[
{
"id": 1,
"valueName": "Австралийский доллар",
"name": "AUD",
"oneCount": "1",
"currentCourse": "1,5091"
},
Answer the question
In order to leave comments, you need to log in
You have incorrectly formed JSON.
Try something like this:
{
"array": [
{
"foo": "bar"
}
]
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question