All Projects → quicktype → Quicktype Vs

quicktype / Quicktype Vs

Visual Studio extension to paste JSON as C#, C++, TypeScript, and more

Programming Languages

typescript
32286 projects
csharp
926 projects

Projects that are alternatives of or similar to Quicktype Vs

Node Quick Mock
🌞 基于Express的mock接口平台
Stars: ✭ 33 (-15.38%)
Mutual labels:  json
Json serializable.dart
Generates utilities to aid in serializing to/from JSON.
Stars: ✭ 979 (+2410.26%)
Mutual labels:  json
Configr
Implements the JSON, INI, YAML and TOML parser, for R setting and writing of configuration file.
Stars: ✭ 38 (-2.56%)
Mutual labels:  json
News Please
news-please - an integrated web crawler and information extractor for news that just works.
Stars: ✭ 969 (+2384.62%)
Mutual labels:  json
React Json Tree
React JSON Viewer Component, Extracted from redux-devtools
Stars: ✭ 982 (+2417.95%)
Mutual labels:  json
Java Jq
Lightweight Java wrapper around JQ, a flexible JSON processor available for multiple platforms
Stars: ✭ 37 (-5.13%)
Mutual labels:  json
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+2379.49%)
Mutual labels:  json
Hyperpotamus
🥋 YAML/JSON automation scripting 🤺
Stars: ✭ 38 (-2.56%)
Mutual labels:  json
Brutusin Rpc
Self-describing JSON-RPC web services over HTTP, with automatic API description based on JSON-Schema
Stars: ✭ 36 (-7.69%)
Mutual labels:  json
Jbuilder
Generate JSON objects with a Builder-style DSL, inspired by jbuilder
Stars: ✭ 37 (-5.13%)
Mutual labels:  json
Realtime Newsapi
Financial News Aggregator - Real Time & Query API for Financial News
Stars: ✭ 34 (-12.82%)
Mutual labels:  json
Json
Fork of golang's encoding/json: now with more validation and error context
Stars: ✭ 35 (-10.26%)
Mutual labels:  json
Redux Json Router
Declarative, Redux-first routing for React/Redux browser applications.
Stars: ✭ 37 (-5.13%)
Mutual labels:  json
Lift
Lift is a Swift library for generating and extracting values into and out of JSON-like data structures.
Stars: ✭ 33 (-15.38%)
Mutual labels:  json
Jazzon
Add some jazz to your JSON files
Stars: ✭ 38 (-2.56%)
Mutual labels:  json
Jsontocodable
A generating tool from Raw JSON to Codable (Swift4) text written in Swift4.
Stars: ✭ 33 (-15.38%)
Mutual labels:  json
Jsontableview
Expandable JSON data viewer
Stars: ✭ 37 (-5.13%)
Mutual labels:  json
Spyne
A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
Stars: ✭ 992 (+2443.59%)
Mutual labels:  json
Gocd Json Config Plugin
GoCD configuration plugin which supports JSON format
Stars: ✭ 39 (+0%)
Mutual labels:  json
Val
golang JSON validation library.
Stars: ✭ 37 (-5.13%)
Mutual labels:  json

Install from VS Marketplace


Build status Join us in Slack

quicktype infers types from sample JSON data, then outputs strongly typed models and serializers for working with that data in Swift, Objective-C, C++, Java and more. This extension adds native quicktype support to Xcode 9.

Visual Studio extension

This extension provides the "Paste JSON as Code" command in the Tools window. Simply copy some JSON into your clipboard, add a new source file (C#, C++, TypeScript) and invoke the command.

Building

Clone quicktype and do

npm run pkg

Then copy bin/windows/quicktype.exe into the Resources directory in this repository and build with Visual Studio.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].