JSON2Apex
A Sublime Text 3 plugin for easy conversion of JSON samples to Salesforce Apex code.
Details
Installs
- Total 2K
- Win 1K
- Mac 503
- Linux 147
Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
JSON2Apex
A Sublime Text 3 plugin to generate Salesforce Apex classes from JSON samples.
Description
A tool to generate Apex code from JSON. You can use it to generate an Apex class either from a API resposne/request sample or from predefined schema.
Requirements
- Sublime Text 3
- MavensMate is highly recommended. This plugin uses MM's Apex syntax highlight.
Since MavensMate requires ST 3, there will be no ST 2 support.
Installation
Via Package Control
Install Package Control if you don't have it.
- Run
Install Package
- Search for
JSON2Apex
- Press
Enter
Manual
- Clone this repo to your Sublime Packages folder. To find it go to
Preferences -> Browse Packages
(Sublime Text -> Preferences -> Browse Packages
on Mac). - Restart Sublime if needed.
How to use it
Generate class from JSON API request/response sample
- Get a JSON response or request sample
- Open it in Sublime Text 3
- Using
Ctrl+Shit+P
(or⌘+Shift+P
on Mac) findJSON2Apex: Convert sample to Apex
- Press Enter
- You will see generated Apex code. Also a text input appears at the bottom of the buffer. Use this input to change generated class names quickly.
Generate class from JSON or YAML schema
JSON sample schema can be found here YAML sample schema can be found here
- Create a schema.
- Use
JSON2Apex: Convert JSON schema to Apex
(JSON2Apex: Convert YAML schema to Apex
for YAML schemas) command. (Ctrl+Shit+P
(or⌘+Shift+P
on Mac) to find it) - Rename the class either manually or using a text input at the bottom of the buffer.
After renaming is over Sublime will select all the generated code for you to copy it anywhere you want.
Future plans
- Swagger JSON to Apex REST Definition generation.
License
Apache 2.0 except for pyyaml.