All Projects → mgholam → Fastjson

mgholam / Fastjson

Licence: mit
Smallest, fastest polymorphic JSON serializer

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Fastjson

Fastjson
A fast JSON parser/generator for Java.
Stars: ✭ 23,997 (+5280.49%)
Mutual labels:  json, fastjson
Sensitive
🔐Sensitive log tool for java, based on java annotation. (基于注解的 java 日志脱敏框架,更加优雅的日志打印)
Stars: ✭ 200 (-55.16%)
Mutual labels:  json, fastjson
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 (-87.89%)
Mutual labels:  json, fastjson
Datoji
A tiny JSON storage service. Create, Read, Update, Delete and Search JSON data.
Stars: ✭ 222 (-50.22%)
Mutual labels:  json, fastjson
Servicestack.text
.NET's fastest JSON, JSV and CSV Text Serializers
Stars: ✭ 1,157 (+159.42%)
Mutual labels:  json, mono
odata2poco
generate POCO classes from OData service
Stars: ✭ 42 (-90.58%)
Mutual labels:  mono, netcore2
Urho
Code to integrate with the Urho3D engine
Stars: ✭ 423 (-5.16%)
Mutual labels:  mono
Pysimdjson
Python bindings for the simdjson project.
Stars: ✭ 432 (-3.14%)
Mutual labels:  json
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (-5.38%)
Mutual labels:  json
Data
This repository contains general data for Web technologies
Stars: ✭ 418 (-6.28%)
Mutual labels:  json
Airframe
Essential Building Blocks for Scala
Stars: ✭ 442 (-0.9%)
Mutual labels:  json
Camaro
camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser pugixml, one of the fastest XML parser around.
Stars: ✭ 438 (-1.79%)
Mutual labels:  json
Qsimpleupdater
Updater system for Qt applications
Stars: ✭ 429 (-3.81%)
Mutual labels:  json
Jtc
JSON processing utility
Stars: ✭ 425 (-4.71%)
Mutual labels:  json
Tinydb
TinyDB is a lightweight document oriented database optimized for your happiness :)
Stars: ✭ 4,713 (+956.73%)
Mutual labels:  json
Remarshal
Convert between CBOR, JSON, MessagePack, TOML, and YAML
Stars: ✭ 421 (-5.61%)
Mutual labels:  json
Quasar
Remote Administration Tool for Windows
Stars: ✭ 4,897 (+997.98%)
Mutual labels:  mono
Doctrine Json Odm
An object document mapper for Doctrine ORM using JSON types of modern RDBMS.
Stars: ✭ 420 (-5.83%)
Mutual labels:  json
Antdata.orm
特色:vs插件或者t4一键生成entity 支持配置非物理外键。分离linq转sql引擎(原生linq非扩展)和执行dal功能,支持异步,支持netcore2.0
Stars: ✭ 428 (-4.04%)
Mutual labels:  netcore2
Flatcc
FlatBuffers Compiler and Library in C for C
Stars: ✭ 434 (-2.69%)
Mutual labels:  json

fastJSON

Smallest, fastest polymorphic JSON serializer

see the article here : [http://www.codeproject.com/Articles/159450/fastJSON] (http://www.codeproject.com/Articles/159450/fastJSON)

Also see Howto.md

Security Warning

It has come to my attention from the HP Enterprise Security Group that using the $type extension has the potential to be unsafe, so use it with common sense and known json sources and not public facing ones to be safe.

Security Warning Update

I have added JSONParameters.BadListTypeChecking which defaults to true to check for known $type attack vectors from the paper published from HP Enterprise Security Group, when enabled it will throw an exception and stop processing the json.

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