Posts by denali • 53 points
1 post
-
5
votes3
answers3151
viewsQ: How to read a Json file
$(document).ready(function(){ var json = [{ bloco:"bloco1", titulo: "titulo1", perguntas: [{ pergunta1: "Resposta1", opcaoSelecionada: "2" }]; }/*,{ bloco:"bloco2", titulo: "titulo2", perguntas: [{…