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
Wat is JSON to Java object?
JSON to Java object is een Chrome-extensie ontwikkeld door claude2k12, en de belangrijkste functie 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".
Extensie Screenshots
Download het CRX-bestand van de extensie JSON to Java object
Download JSON to Java object-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | JSON to Java object |
ID | omaamkdimlgbedepkcohaofjdjcilobc |
Officiële URL | https://chromewebstore.google.com/detail/json-to-java-object/omaamkdimlgbedepkcohaofjdjcilobc |
Beschrijving | 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 |
Bestandsgrootte | 271 KB |
Aantal Installaties | 386 |
Huidige Versie | 1.5.2 |
Laatst Bijgewerkt | 2018-02-23 |
Publicatiedatum | 2018-02-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | claude2k12 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |