JSFiddle - React, Tailwind, and code Playground
by watsuyo_2
HTML
<script src="https://rawgithub.com/tweeeety/logFiddle/master/execLogFiddle.js"></script>
JavaScript
const obj = {
test: {
a: 1,
b: 2
}
}
console.log(JSON.stringify(obj));