left becomes right

rfjs

Utilities, playgrounds, and developer data tools for JSON, objects, filters, and query workflows. Data in one shape, out another — that transformation is the whole site.

input ▸json
{
  "user": {
    "name": "Ada",
    "roles": ["admin", "dev"]
  },
  "active": true
}
4 nested keys
▸ outputjson
{
  "user.name": "Ada",
  "user.roles.0": "admin",
  "user.roles.1": "dev",
  "active": true
}
4 flat keys
input flatten() output — a static specimen of @rfjs/object-utils.

Start here

Packages

The @rfjs/* toolkit — each one a single data gesture.

view all →