All Projects → zzarcon → React Cute

zzarcon / React Cute

Licence: mit
Render cute JSON in React

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Cute

paper-terminal
Print Markdown to a paper in your terminal
Stars: ✭ 33 (-40%)
Mutual labels:  render, print
Renderer
Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go
Stars: ✭ 220 (+300%)
Mutual labels:  json, render
Flask Restx
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 1,050 (+1809.09%)
Mutual labels:  json
Framework
IONDV. Framework is a high level framework for enterprise web applications development.
Stars: ✭ 54 (-1.82%)
Mutual labels:  json
Weird Json
A collection of strange encoded JSONs. For connoisseurs.
Stars: ✭ 53 (-3.64%)
Mutual labels:  json
Cucumber Api
API validator in BBD style with Cucumber
Stars: ✭ 50 (-9.09%)
Mutual labels:  json
Json Api Dart
JSON:API client for Dart/Flutter
Stars: ✭ 53 (-3.64%)
Mutual labels:  json
Decodable
[Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right
Stars: ✭ 1,050 (+1809.09%)
Mutual labels:  json
Gsonpath
A Java annotation processor library which generates gson type adapters using basic JsonPath style annotations
Stars: ✭ 54 (-1.82%)
Mutual labels:  json
Java Client Api
Java client for the MarkLogic enterprise NoSQL database
Stars: ✭ 52 (-5.45%)
Mutual labels:  json
Jsoncrush
Compress JSON into URL friendly strings
Stars: ✭ 1,071 (+1847.27%)
Mutual labels:  json
Gofasion
A lightweight json parsing library for golang.
Stars: ✭ 52 (-5.45%)
Mutual labels:  json
Templateplugin
A template for creating minecraft plugin from 1.7.10 to 1.16.2
Stars: ✭ 51 (-7.27%)
Mutual labels:  json
Top Pypi Packages
A regular dump of the most-downloaded packages from PyPI
Stars: ✭ 53 (-3.64%)
Mutual labels:  json
Tech1 Benchmarks
Java JMH Benchmarks repository. No Longer Supported.
Stars: ✭ 50 (-9.09%)
Mutual labels:  json
Jb
A simple and fast JSON API template engine for Ruby on Rails
Stars: ✭ 1,075 (+1854.55%)
Mutual labels:  json
Jsonapi parameters
Rails-way to consume JSON:API input
Stars: ✭ 50 (-9.09%)
Mutual labels:  json
Serializedswift
A significant enhancement to the current Codable protocol for better and easier Serializing and Deserializing of JSON
Stars: ✭ 52 (-5.45%)
Mutual labels:  json
Srp
A customized forward+ render pipeline for Unity
Stars: ✭ 53 (-3.64%)
Mutual labels:  render
Easyjson
Provides an unified JSON access API, you can adapter any JSON library to Gson, Jackson, FastJson with easyjson。 提供了一个JSON门面库,就像slf4j一样。easyjson本身不做json的操作,完全依赖于底层实现库。可以直接使用Easyjson的API,底层的JSON库随时可切换。也可以使用其中某个json的API,然后通过easyjson适配给其他的json库
Stars: ✭ 54 (-1.82%)
Mutual labels:  json

react-cute Build Status

Cute JSON's in React

Logo

Demo 👀

https://zzarcon.github.io/react-cute

Install 🚀

$ yarn add react-cute

Usage ⛏

import Cute from 'react-cute';

const json = {
  name: 'hector',
  twitter: '@zzarcon'
};

<Cute json={json} />

Features ✨

  • Out of the box UI
  • Different colors based on value type
  • Render values not showed by default
  • Dependency free + no external CSS
  • 3kB size

Author 👶

@zzarcon

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