check parse

This commit is contained in:
ed barz 2022-05-15 00:24:51 +02:00
parent 6034258c2f
commit 61a1fbe6a0
2 changed files with 10 additions and 0 deletions

Binary file not shown.

View File

@ -53,6 +53,16 @@ async function getJson(url) {
let db2 = getJson(jsonurl)
fetch(jsonurl)
.then(result => result.json())
.then((output) => {
console.log('Output: ', output);
}).catch(err => console.error(err));
let vm = new Vue({
el: '#root',
data: {