Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Summary
-------
A method for extracting and decoding binary data from pseudo-JSON

This is designed to be used in eg Bayeux messages where it may be
useful to compress the data (eg with lzo) but not the channel or id.

Two formats are currently available:

1. BOJ
	["BOJ",<length of binary data>,<arbirtary binary data>]

	This is for single items

2. BOJT (BOJ with table of contents)
	["BOJT",<length of table>,<table>]

	The table is of the form: [[offset1,length1],...]
	The table may be compressed.

About

Binary data integration into JSON

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors