All Projects → sugendran → msgpack-visualizer

sugendran / msgpack-visualizer

Licence: other
visualize a msgpack object to work out what's wrong

Programming Languages

HTML
75241 projects

Labels

Projects that are alternatives of or similar to msgpack-visualizer

nanopack
Lightweight Msgpack Encoder
Stars: ✭ 15 (-28.57%)
Mutual labels:  msgpack
homebrew-extensions
🍻 Homebrew tap for PHP extensions
Stars: ✭ 264 (+1157.14%)
Mutual labels:  msgpack
what-the-pack
Ultra-fast MessagePack for NodeJS & Browsers | msgpack.org[Javascript/NodeJS]
Stars: ✭ 36 (+71.43%)
Mutual labels:  msgpack
msgpack-smalltalk
MessagePack serialization library for various Smalltalk dialects / msgpack.org[Smalltalk]
Stars: ✭ 22 (+4.76%)
Mutual labels:  msgpack
msgpack-perl
MessagePack serializer implementation for Perl / msgpack.org[Perl]
Stars: ✭ 48 (+128.57%)
Mutual labels:  msgpack
cq
Clojure Command-line Data Processor for JSON, YAML, EDN, XML and more
Stars: ✭ 111 (+428.57%)
Mutual labels:  msgpack
neovim-java
Neovim Java client library. Provides multiple interfaces for communicating with Neovim instance via multiple different protocols. - Moved to https://codeberg.org/neovim-java/neovim-java
Stars: ✭ 34 (+61.9%)
Mutual labels:  msgpack
graphql-binary
GraphQL binary protocol for smaller network traffic and parsing performance
Stars: ✭ 41 (+95.24%)
Mutual labels:  msgpack
rcppmsgpack
MsgPack Headers for R / msgpack.org[R]
Stars: ✭ 17 (-19.05%)
Mutual labels:  msgpack
pandas-msgpack
Pandas Msgpack
Stars: ✭ 22 (+4.76%)
Mutual labels:  msgpack
DataConfig
Unreal Engine JSON/MsgPack serialization framework
Stars: ✭ 81 (+285.71%)
Mutual labels:  msgpack
rmp-rpc
a msgpack-rpc rust library based on tokio
Stars: ✭ 45 (+114.29%)
Mutual labels:  msgpack
ormsgpack
Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
Stars: ✭ 88 (+319.05%)
Mutual labels:  msgpack
luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
Stars: ✭ 1,660 (+7804.76%)
Mutual labels:  msgpack
odin
Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python
Stars: ✭ 24 (+14.29%)
Mutual labels:  msgpack
Ffast-Java
Ffast 基于Srping boot + Mybatis Plus后台管理系统前后分离快速开发解决方案
Stars: ✭ 104 (+395.24%)
Mutual labels:  msgpack
DxValue
已经废弃,请使用dxsvalue
Stars: ✭ 16 (-23.81%)
Mutual labels:  msgpack
msgpack-asgi
Drop-in MessagePack support for ASGI applications and frameworks
Stars: ✭ 100 (+376.19%)
Mutual labels:  msgpack
socket.io-msgpack-parser
socket.io parser based on msgpack
Stars: ✭ 39 (+85.71%)
Mutual labels:  msgpack
zerorpc-dotnet
A .NET implementation of ZeroRPC
Stars: ✭ 21 (+0%)
Mutual labels:  msgpack

msgpack-visualizer

This is a simple visualizer of a msgpack object that I wrote to work out what was going wrong in my data. It's not pretty, nor is the code - it's just a quick and dirty tool. If you want to use it, it is hosted on github at http://sugendran.github.com/msgpack-visualizer/

MIT LICENSE

Copyright (C) 2012 Sugendran Ganess

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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