# Installer jsonschema2pojo avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de jsonschema2pojo pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install jsonschema2pojo
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:jsonschema2pojo
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.3.3
- **Résumé source:** Generates Java types from JSON Schema (or example JSON)
- **Page d'accueil:** <https://www.jsonschema2pojo.org/>
- **Dépôt:** <https://github.com/joelittlejohn/jsonschema2pojo>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- jsonschema2pojo (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.3.3
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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`.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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/>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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)


## Sources

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