JSFiddle - React, Tailwind, and code Playground
by 2Yootz
JavaScript
var applyToSiblings = false;
var shipAtCustomerExpense = false;
const actions = {
applyToSiblings: applyToSiblings,
shipAtCustomerExpense: shipAtCustomerExpense
};
const actionJSON = JSON.stringify(actions);
console.log(actionJSON);