issues
search
2 results
for covid-19-elsalvador
Best match
Best match
Most commented
Newest
Recently updated
Least commented
Oldest
Least recently updated
owid/covid-19-data
#230
VACCINATIONS: how to add new countries or entries to our dat…
This is a centralized issue to let our users suggest sources to add new countries, or new entries for existing countries, to [our data on COVID-19 vaccinations](https://ourworldindata.org/covid-vaccin…
edomt
updated
1 year ago
1076
vlang/v
#13996
vlib/json: decode number with **quote** to number.
Now: ``` str := '{"id":"1", "pay": "123.45"}' user := json.decode(User, str)? ``` Got: ```user.pay = 0``` Hope: `user.id=1 user.pay = 123.45`
changrui
updated
2 years ago
10