Ross ROSS = Recommend OSS · open-source software intelligence for agents

macek/jquery-serialize-object

Converts HTML form into JavaScript object observed · 2026-08-28

github.com/macek/jquery-serialize-object · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5378
  • days_rel: n/a
  • days_push: 2484
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1097 stars · 341 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A jQuery plugin that adds serializeObject and serializeJSON methods to convert HTML forms into nested JavaScript objects and JSON strings. It builds on jQuery's serializeArray and supports bracket-notation field names, arrays, and boolean checkbox values.

Use cases

  • convert an html form into a javascript object
  • serialize form data to before an ajax post
  • handle nested form field names like user[email]
  • serialize checkbox groups as arrays
  • extract form values as structured data instead of query strings

When to choose

  • you already use jQuery and need structured form serialization
  • your forms use bracket-notation names for nested objects and arrays
  • you want a tiny drop-in plugin with a full test suite

When to avoid

  • you are not using jQuery
  • you need modern framework-native form handling
  • you need file input serialization, which is not supported

Facets

plugin · maturity maintenance

serialization form-handling web-development frontend browser jquery-plugin form-serialization jquery

1 source

Member repositories

RepositoryRoleHealth v2
macek/jquery-serialize-objectmain32

For agents

markdown · JSON · MCP: product_card(name="macek/jquery-serialize-object")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem