JSFiddle - React, Tailwind, and code Playground

by oceog

JavaScript

handler={
    data:null,
    getJSON:function(){
        // ... получаем и парсим JSON
        data="test"
    }
}

console.log(handler.data);