-
Notifications
You must be signed in to change notification settings - Fork 0
Binary data integration into JSON
License
abraidwood/BOJ
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published