Posts by Daniel • 11 points
1 post
-
1
votes3
answers3091
viewsQ: Why doesn’t getJson work?
My file select-menu.json is like this: { value: "1", descricao: "1" }, { value: "2", descricao: "2" }, { value: "3", descricao: "3" }; And I’m trying to get it that way:…