# json2bean **Repository Path**: tib/json2bean ## Basic Information - **Project Name**: json2bean - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Json2Pojo IntelliJ plugin that allows for easy creation of Java POJOs from JSON, with GSON annotations and accessors. ## Usage 1. Install the plugin in IntelliJ / Android Studio by opening Preferences -> Plugins -> Search for "Json2Pojo". 2. Right-click on the target package, select New -> "Generate POJOs from JSON". 3. Enter the root class name and enter your source JSON text. The plugin will generate your new classes in the target directory for easy deserialization with GSON.