macek/jquery-serialize-object
Converts HTML form into JavaScript object 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
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
- readme: https://github.com/macek/jquery-serialize-object · fetched 2026-08-28 · 0e24f757e280
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| macek/jquery-serialize-object | main | 32 |
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