JSFiddle - React, Tailwind, and code Playground

JavaScript

var obj = {
  "22": false,
  "32": true,
};

console.log(obj["32"], obj[32]);