My python function.json returns this:
[{"id": "187", "label": "H\xc3\xa1bitos"}]
The label is an encoding of "Hábitos",
How can I get the proper label in Javascript?
My python function.json returns this:
[{"id": "187", "label": "H\xc3\xa1bitos"}]
The label is an encoding of "Hábitos",
How can I get the proper label in Javascript?