# zzz40500/GsonFormat

根据Gson库使用的要求,将JSONObject格式的String  解析成实体

Repository: https://github.com/zzz40500/GsonFormat
Canonical: https://ross.abutalabs.com/products/gsonformat
Language: Java
License: Apache-2.0
License Family: permissive
Topics: ide, gsonformat, jetbrains
Last push: 2021-01-28T03:51:32+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4324, "days_push": 2043, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3128, forks 564 (observed 2026-08-28T04:07:44.609081+00:00)

## What it is
GsonFormat is a JetBrains IDE plugin (Android Studio / IntelliJ IDEA) that generates Java entity classes from a JSON string, following Gson library conventions. It supports multiple serialization libraries (Gson, FastJson, Jackjson, LoganSquare) and field renaming, prefixes, and visibility modes.

## Use cases
- generate java model classes from json string
- convert json response to gson entity in android studio
- create pojo from json automatically
- generate data classes for fastjson or logansquare
- speed up writing json parsing models in intellij

## When to choose
- you develop Android or Java apps using Gson or similar JSON libraries
- you frequently hand-write entity classes from API JSON responses
- you work in Android Studio or IntelliJ IDEA and want a hotkey-driven generator

## When to avoid
- you use VS Code or other non-JetBrains IDEs
- you need Kotlin data class generation with modern features
- you need actively maintained tooling - the latest release is from 2021

## Facets
- artifact type: plugin
- maturity: maintenance
- function: parser, developer-tools, serialization
- domain: developer-tools, mobile-development, android-tools
- platform: editor-plugin, jvm
- tags: android-studio, intellij-idea, gson, json-to-java, jetbrains-plugin, code-generation, automation

## Member repositories
- zzz40500/GsonFormat (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:44.609081+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:26:20.909968+00:00, confidence not recorded.
  - readme: https://github.com/zzz40500/GsonFormat (fetched 2026-08-28T04:07:44.609081+00:00, sha f6a32402bd7e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
