JSONExport
JSON converter
A tool for converting JSON objects to classes in various programming languages
JSONExport is a desktop application for Mac OS X which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language.
5k stars
128 watching
796 forks
Language: Swift
last commit: about 1 year ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nlohmann/json | A lightweight C++ library for serializing and deserializing JSON data | 43,665 |
josdejong/jsoneditor | A web-based tool for editing and validating JSON data | 11,687 |
open-source-parsers/jsoncpp | A C++ library for working with JSON data | 8,223 |
jdorn/json-editor | A tool that allows users to create and edit JSON data visually using a schema-based interface. | 5,812 |
jsonmodel/jsonmodel | A framework for creating smart data models from JSON | 6,854 |
json-c/json-c | A C library implementing a reference counting object model for constructing and parsing JSON objects. | 2,997 |
json-schema-org/json-schema-spec | A specification for validating and annotating JSON documents | 3,896 |
jimhigson/oboe.js | A streaming JSON parser that loads and parses JSON data as it is received from an AJAX response or other source | 4,795 |
appcraft-llc/json-mapper | Automates conversion of JSON data to object models in Swift | 27 |
cerebris/jsonapi-resources | Provides a framework for building JSON API servers | 2,318 |
fasterxml/jackson | A suite of data-processing tools for Java to handle various data formats and structures. | 9,173 |
codex-team/editor.js | A block-style editor with clean JSON output for creating and formatting content efficiently. | 29,041 |
joelittlejohn/jsonschema2pojo | Generates Java types from JSON or JSON Schema for data-binding with popular libraries | 6,250 |
json-editor/json-editor | Generates an HTML form based on a JSON Schema for input validation and submission. | 4,536 |
robbiehanson/xmppframework | Provides a modular and thread-safe implementation of the XMPP standard for real-time communication | 5,912 |