JSON to Java object

This extension allows you to turn a JSON into a POJO so you can use it as a JSON response holder or whatever you desire

What is JSON to Java object?

JSON to Java object is a Chrome extension developed by claude2k12, and its main feature is "This extension allows you to turn a JSON into a POJO so you can use it as a JSON response holder or whatever you desire".

Extension Screenshots

screenshot

Download JSON to Java object Extension CRX File

Download JSON to Java object extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension aims to increase developer productivity by allowing you to generate Plain old java object from a well defined JSON string. streamlining the mundane process of manually writing getters and setters. 

It supports the basic data types.                    

Extension Basic Information

Name JSON to Java object JSON to Java object
ID omaamkdimlgbedepkcohaofjdjcilobc
Official URL https://chromewebstore.google.com/detail/json-to-java-object/omaamkdimlgbedepkcohaofjdjcilobc
Description This extension allows you to turn a JSON into a POJO so you can use it as a JSON response holder or whatever you desire
File Size 271 KB
Installation Count 386
Current Version 1.5.2
Last Updated 2018-02-23
Publish Date 2018-02-22
Rating 5.00/5 Total 2 Ratings
Developer claude2k12
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSON to Java object",
    "description": "This extension allows you to turn a JSON into a POJO so you can use it as a JSON response holder or whatever you desire",
    "version": "1.5.2",
    "short_name": "JSONToJava",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}