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

JSON to Java objectとは何ですか?

JSON to Java objectはclaude2k12によって開発されたChromeの拡張機能で、その主な機能は「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」です。

拡張機能のスクリーンショット

screenshot

JSON to Java object拡張機能のCRXファイルをダウンロード

JSON to Java object拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 JSON to Java object JSON to Java object
ID omaamkdimlgbedepkcohaofjdjcilobc
公式URL https://chromewebstore.google.com/detail/json-to-java-object/omaamkdimlgbedepkcohaofjdjcilobc
説明 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
ファイルサイズ 271 KB
インストール数 386
現在のバージョン 1.5.2
最終更新日 2018-02-23
公開日 2018-02-22
評価 5.00/5 合計 2 レビュー
開発者 claude2k12
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}