JSFiddle - React, Tailwind, and code Playground
by greenlaw110
HTML
<script src="https://code.jquery.com/jquery-3.1.0.min.js"></script>
JavaScript
var foo = {
id: "foo01",
bar: {
id: "bar01",
numbers: [1, 2, 3]
},
barsMap: {
bar02: {
id: "bar02",
numbers: [19]
},
bar03: {
id: "bar03",
numbers: [20]
}
}
}
$.post("/echo", {foo: foo})