JSFiddle - React, Tailwind, and code Playground

by pajakoo

JavaScript

var json = {"test":"123",test:2}
$.each(json, function(i, el){ 
    console.log('meta='+'"'+el+'"'); 
});