Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UBJSON converter for windows #74

Open
ErikMcClure opened this issue Sep 29, 2015 · 1 comment
Open

UBJSON converter for windows #74

ErikMcClure opened this issue Sep 29, 2015 · 1 comment

Comments

@ErikMcClure
Copy link

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
Copy link

ghost commented Oct 12, 2015

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
#74.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant