# jsonschema2pojo mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jsonschema2pojo in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:jsonschema2pojo
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install jsonschema2pojo
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:jsonschema2pojo
- **Paketmanager:** Homebrew
- **Version:** 1.3.3
- **Quellzusammenfassung:** Generates Java types from JSON Schema (or example JSON)
- **Homepage:** <https://www.jsonschema2pojo.org/>
- **Repository:** <https://github.com/joelittlejohn/jsonschema2pojo>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- jsonschema2pojo (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.3.3
## Projektgeschichte und Nutzung

jsonschema2pojo generates Java types from JSON Schema or example JSON, with optional data-binding annotations for Jackson, Gson, Moshi, and JSON-B. It is both an online generator and a build-time/code-generation tool for Java projects.

### Projektgeschichte

The repository history reaches back to a 2010-12-10 commit titled "initial import of jsonschema2pojo core, cli, maven", showing that the core library, command-line interface, and Maven integration were present from the first imported revision. The GitHub repository used for development was created on 2013-06-22.

The project expanded around multiple ways to consume the generator. The README and wiki document Maven plugin usage, command-line usage, Gradle plugin usage, and embedded Java API usage. The official website also exposes an interactive generator that previews or zips generated POJOs from schemas or example documents.

The reference documentation tracks JSON Schema feature support by jsonschema2pojo version, with core structural rules such as simple `type`, `properties`, `items`, `enum`, `description`, and `format` marked as supported since 0.1.0.

### Adoptionsgeschichte

jsonschema2pojo became a familiar Java ecosystem bridge because it fits Maven and Gradle builds as well as ad hoc CLI generation. The README documents `brew install jsonschema2pojo`, plugin snippets, project downloads, a mailing list, and generated-code examples, making it approachable from package managers and Java build tools.

### Wie es verwendet wird

Typical use is to point the Maven or Gradle plugin at schema files and generate Java sources during the build, run the `jsonschema2pojo` CLI with a source and target directory, use the web generator interactively, or embed `jsonschema2pojo-core` in Java code through `SchemaMapper`.

### Warum Paket-Nerds sich dafür interessieren

jsonschema2pojo matters because it packages schema-to-code generation in the style Java developers expect: Maven coordinates, Gradle plugin, CLI, downloadable releases, and Homebrew formula. It is a concrete example of JSON Schema leaving documentation and validation roles to become source-generation input.

### Zeitleiste

- 2010-12-10: Initial imported commit included core, CLI, and Maven modules.
- 2012: Official site copyright line covers Joe Littlejohn and the online generator era.
- 2013-06-22: GitHub repository created.
- 2026-02-08: 1.3.3 release published.

### Related projects

- jsonschema2pojo is related to JSON Schema itself, JavaBeans-style POJOs, Jackson, Gson, Moshi, JSON-B, Maven, Gradle, and Java code-generation workflows.

### Quellen

- <https://api.github.com/repos/joelittlejohn/jsonschema2pojo>
- <https://formulae.brew.sh/formula/jsonschema2pojo>
- <https://github.com/joelittlejohn/jsonschema2pojo>
- <https://github.com/joelittlejohn/jsonschema2pojo/commit/2b2b9cf5bf06fc73e443c54f5bfb163206788931>
- <https://github.com/joelittlejohn/jsonschema2pojo/releases/tag/jsonschema2pojo-1.3.3>
- <https://github.com/joelittlejohn/jsonschema2pojo/wiki/Getting-Started>
- <https://github.com/joelittlejohn/jsonschema2pojo/wiki/Reference>
- <https://www.jsonschema2pojo.org/>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/jsonschema2pojo.yml](https://github.com/mxcl/pkgdb/blob/main/combined/jsonschema2pojo.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
