All Projects → bimohxh → Jsonon

bimohxh / Jsonon

A json online view

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jsonon

Npoint
JSON storage bins with schema validation
Stars: ✭ 116 (-49.12%)
Mutual labels:  json-schema, json
Newtonsoft.json.schema
Json.NET Schema is a powerful, complete and easy to use JSON Schema framework for .NET
Stars: ✭ 167 (-26.75%)
Mutual labels:  json-schema, json
Typedload
Python library to load dynamically typed data into statically typed data structures
Stars: ✭ 120 (-47.37%)
Mutual labels:  json-schema, json
Json Node Normalizer
'json-node-normalizer' - NodeJS module that normalize json data types from json schema specifications.
Stars: ✭ 105 (-53.95%)
Mutual labels:  json-schema, json
Json Editor
JSON Schema Based Editor
Stars: ✭ 2,909 (+1175.88%)
Mutual labels:  json, json-schema
React Jsonschema Form
A React component for building Web forms from JSON Schema.
Stars: ✭ 10,870 (+4667.54%)
Mutual labels:  json-schema, json
Go Jsonschema
A tool to generate Go data types from JSON Schema definitions.
Stars: ✭ 164 (-28.07%)
Mutual labels:  json-schema, json
Univalue
High performance RAII C++ JSON library and universal value object class
Stars: ✭ 46 (-79.82%)
Mutual labels:  json-schema, json
Jsonform
Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.
Stars: ✭ 2,416 (+959.65%)
Mutual labels:  json-schema, json
Json Schema Spec
The JSON Schema I-D sources
Stars: ✭ 2,441 (+970.61%)
Mutual labels:  json-schema, json
Avocado
Strongly-typed MongoDB driver for Rust
Stars: ✭ 70 (-69.3%)
Mutual labels:  json-schema, json
Verify Json
verify-json
Stars: ✭ 208 (-8.77%)
Mutual labels:  json-schema, json
Schemasafe
A reasonably safe JSON Schema validator with draft-04/06/07/2019-09 support.
Stars: ✭ 67 (-70.61%)
Mutual labels:  json-schema, json
Schema Registry
Confluent Schema Registry for Kafka
Stars: ✭ 1,647 (+622.37%)
Mutual labels:  json-schema, json
Jsonschema Key Compression
Compress json-data based on its json-schema while still having valid json
Stars: ✭ 59 (-74.12%)
Mutual labels:  json-schema, json
Libvirt Hook Qemu
Libvirt hook for setting up iptables port-forwarding rules when using NAT-ed networking.
Stars: ✭ 137 (-39.91%)
Mutual labels:  json-schema, json
Uvicorn Gunicorn Fastapi Docker
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 1,014 (+344.74%)
Mutual labels:  json-schema, json
Oakdex Pokedex
Ruby Gem and Node Package for comprehensive Generation 1-7 Pokedex data, including 809 Pokémon, uses JSON schemas to verify the data
Stars: ✭ 44 (-80.7%)
Mutual labels:  json-schema, json
Staticjson
Fast, direct and static typed parsing of JSON with C++
Stars: ✭ 177 (-22.37%)
Mutual labels:  json-schema, json
React Json Editor
A dynamic form component for react using JSON-Schema.
Stars: ✭ 201 (-11.84%)
Mutual labels:  json-schema, json

jsonon

A json online viewer and formatter.

Featrue

  • format the json string into well looking.
  • verification json format and tell where the erroris.
  • compress json string to a single string.
  • highlight js value in different style by it's type.
  • fold and expand the object and array value.
  • fold all and expand all.
  • identify link tags to <a>...</a> .
  • save current json data to local.
  • all saved json lists view and fill data to current view and remove it.
  • switch between themes
  • share to other online

develop and deploy

Some resources such as font and svg must be run at a server. I recommand to use webon

install webon

webon is help to develop and deploy a static site. run

npm install webon -g

configuration

You need to do some configuration with webon init

development

Just run

webon s

deploy

webon deploy

License

Apache License 2.0

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