All Projects → ngyewch → smile-js

ngyewch / smile-js

Licence: Apache-2.0 license
Javascript Smile implementation.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Javascript Smile implementation

bitHound Score Status

Overview

This project is an implementation of Jackson's Smile format. The library currently only supports decoding.

Install

Via bower:

bower install ngyewch/smile-js --save

Setup

Via bower:

<script src="bower_components/smile-js/dist/smile.min.js"></script>

Usage

var data = Smile.Parser.parse(buffer);

Where:

  • buffer contains the Smile encoded data to be decoded (REQUIRED)
    • Type: Array, ArrayBuffer or Uint8Array
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].