All Projects → google → Json_serializable.dart

google / Json_serializable.dart

Licence: bsd-3-clause
Generates utilities to aid in serializing to/from JSON.

Programming Languages

dart
5743 projects
dartlang
94 projects

Labels

Projects that are alternatives of or similar to Json serializable.dart

Ios Category
iOS 工具分类整理
Stars: ✭ 30 (-96.94%)
Mutual labels:  json
Jc
CLI tool and python library that converts the output of popular command-line tools and file-types to JSON or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
Stars: ✭ 967 (-1.23%)
Mutual labels:  json
Realtime Newsapi
Financial News Aggregator - Real Time & Query API for Financial News
Stars: ✭ 34 (-96.53%)
Mutual labels:  json
Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (-2.25%)
Mutual labels:  json
Python Pixabay
Python 3 Pixabay's API wrapper.
Stars: ✭ 32 (-96.73%)
Mutual labels:  json
Jsontocodable
A generating tool from Raw JSON to Codable (Swift4) text written in Swift4.
Stars: ✭ 33 (-96.63%)
Mutual labels:  json
Evreflection
Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
Stars: ✭ 954 (-2.55%)
Mutual labels:  json
React Json Tree
React JSON Viewer Component, Extracted from redux-devtools
Stars: ✭ 982 (+0.31%)
Mutual labels:  json
Parson
Lightweight JSON library written in C.
Stars: ✭ 965 (-1.43%)
Mutual labels:  json
News Please
news-please - an integrated web crawler and information extractor for news that just works.
Stars: ✭ 969 (-1.02%)
Mutual labels:  json
Jsonpath Rs
JSONPath for Rust
Stars: ✭ 31 (-96.83%)
Mutual labels:  json
Eminim
JSON serialization framework for Nim, works from a Stream directly to any type and back. Depends only on stdlib.
Stars: ✭ 32 (-96.73%)
Mutual labels:  json
Node Quick Mock
🌞 基于Express的mock接口平台
Stars: ✭ 33 (-96.63%)
Mutual labels:  json
Json
Convenience wrapper for Foundation JSON.
Stars: ✭ 30 (-96.94%)
Mutual labels:  json
Awesome Json
A curated list of awesome JSON libraries and resources.
Stars: ✭ 973 (-0.61%)
Mutual labels:  json
Json Indonesia Holidays
Json hari libur indonesia yang slalu update.
Stars: ✭ 30 (-96.94%)
Mutual labels:  json
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (-1.23%)
Mutual labels:  json
Brutusin Rpc
Self-describing JSON-RPC web services over HTTP, with automatic API description based on JSON-Schema
Stars: ✭ 36 (-96.32%)
Mutual labels:  json
Json
Fork of golang's encoding/json: now with more validation and error context
Stars: ✭ 35 (-96.42%)
Mutual labels:  json
Lift
Lift is a Swift library for generating and extracting values into and out of JSON-like data structures.
Stars: ✭ 33 (-96.63%)
Mutual labels:  json

Dart CI

Provides source_gen Generators to create code for JSON serialization and deserialization.

json_serializable Pub Package

The core package providing Generators for JSON-specific tasks.

Import it into your pubspec dev_dependencies: section.

json_annotation Pub Package

The annotation package which has no dependencies.

Import it into your pubspec dependencies: section.

checked_yaml Pub Package

Generate more helpful exceptions when decoding YAML documents using package:json_serializable and package:yaml.

Import it into your pubspec dependencies: section.

example

An example showing how to setup and use json_serializable and json_annotation.

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].