ubjson / universal-binary-json

Community workspace for the Universal Binary JSON Specification.
115 stars 12 forks source link

UBJSON converter for windows #74

Open ErikMcClure opened 8 years ago

ErikMcClure commented 8 years ago

UBJSON Converter v0.9.1

After writing both a JSON and UBJSON parsers/serializers for my C++ utility library, I used them to create a command line UBJSON converter. Simply drag and drop a JSON or UBJSON file on to the executable and it will convert it to UBJSON or JSON, respectively. It includes a handy embedding functionality using $file:, that will directly embed a file's binary data into the UBJSON file when converting from JSON. This is intended to make it easy to craft a JSON file by hand, and then convert it to a binary format without needing a UBJSON serializer.

It's currently Windows only, but only because I haven't created a makefile for it on Linux.

ghost commented 8 years ago

Very cool!


Riyad http://thebuzzmedia.com

On Tue, Sep 29, 2015 at 1:52 AM, Erik McClure notifications@github.com wrote:

UBJSON Converter v0.9.1 https://github.com/blackhole12/ubjson-converter

After writing both a JSON and UBJSON parsers/serializers for my C++ utility library, I used them to create a command line UBJSON converter. Simply drag and drop a JSON or UBJSON file on to the executable and it will convert it to UBJSON or JSON, respectively. It includes a handy embedding functionality using $file:, that will directly embed a file's binary data into the UBJSON file when converting from JSON. This is intended to make it easy to craft a JSON file by hand, and then convert it to a binary format without needing a UBJSON serializer.

It's currently Windows only, but only because I haven't created a makefile for it on Linux.

— Reply to this email directly or view it on GitHub https://github.com/thebuzzmedia/universal-binary-json/issues/74.