All Projects → FasterXML → Smile Format Specification

FasterXML / Smile Format Specification

Licence: bsd-2-clause
New home for Smile format (https://en.wikipedia.org/wiki/Smile_(data_interchange_format))

Projects that are alternatives of or similar to Smile Format Specification

Camunda Webapp Translations
Translations for Camunda Cockpit/Tasklist/Admin. Your language missing? Make a PR!
Stars: ✭ 46 (-4.17%)
Mutual labels:  hacktoberfest
Lion
Fundamental white label web component features for your design system.
Stars: ✭ 1,040 (+2066.67%)
Mutual labels:  hacktoberfest
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Flutter shuttletracker
Shuttle Tracker in Flutter
Stars: ✭ 47 (-2.08%)
Mutual labels:  hacktoberfest
Libratbag
A DBus daemon to configure input devices, mainly high-end and gaming mice
Stars: ✭ 1,036 (+2058.33%)
Mutual labels:  hacktoberfest
Audioplayers
A Flutter plugin to play multiple audio files simultaneously (Android/iOS)
Stars: ✭ 1,042 (+2070.83%)
Mutual labels:  hacktoberfest
Php Open Graph
This package provides a fluent PHP OOP builder for Open Graph protocol.
Stars: ✭ 46 (-4.17%)
Mutual labels:  hacktoberfest
Pocket Casts Desktop App
The Pocket Casts webapp, packaged for the Linux Desktop.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Share Backported
Extension to get back the Firefox Share modal
Stars: ✭ 47 (-2.08%)
Mutual labels:  hacktoberfest
Th rosenheim
Cross-Platform Flutter App that displays customizable timetables as well as cantine information for students of the Rosenheim Technical University of Applied Sciences.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Mysqlshell Plugins
Plugins for MySQL Shell
Stars: ✭ 47 (-2.08%)
Mutual labels:  hacktoberfest
Al Go Rithms
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Stars: ✭ 1,036 (+2058.33%)
Mutual labels:  hacktoberfest
Resources
Here is a list of best resources to get you started with learning how to code (mostly related to Web Development). Feel free to add your favorite resources as well and help others in their journey of learning.
Stars: ✭ 1,037 (+2060.42%)
Mutual labels:  hacktoberfest
Csv To Geojson
Convert a CSV to GeoJSON
Stars: ✭ 46 (-4.17%)
Mutual labels:  hacktoberfest
Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Mserver
Server zum Steuern des Crawler
Stars: ✭ 45 (-6.25%)
Mutual labels:  hacktoberfest
Nookies
🍪 A set of cookie helpers for Next.js
Stars: ✭ 1,035 (+2056.25%)
Mutual labels:  hacktoberfest
Licensir
An Elixir mix task that lists all the licenses used by your Mix project dependencies.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Mindconnect Nodejs
NodeJS Library for MindSphere Connectivity - TypeScript SDK for MindSphere - MindSphere Command Line Interface - MindSphere Development Proxy - typescript-sdk is waiting for your contributions!
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Abs cd
CI/CD for the Arch build system with webinterface.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest

Smile Data Format

"Smile" is a binary data format that defines a binary equivalent of standard JSON data format.

Format was specified in 2010 by Jackson JSON processor development team. First compliant implementation was included as a Jackson backend for Jackson version 1.6, released in September 2010.

Specification

Design documentation includes:

Community

Documentation

Implementations

Smile Codecs

  • Java
    • Jackson provides Smile support through jackson-dataformat-smile modules) format codec
      • Full support: including streaming access, data binding and tree model (100% parity with textual JSON)
      • NEW (2017) Jackson 2.9 added "non-blocking" ((aka "asynchronous") decoding for JSON and Smile format backends
    • Protostuff project supports Smile both as a low-level data format, and as format used for its RPC implementation
  • JVM, other:
    • Clojure
      • Cheshire library offers support via Jackson jackson-dataformat-smile
  • C
    • libsmile is a small C-library for reading and writing Smile data.
  • Go
    • go-smile Smile decoder written in Golang.
  • Javascript
    • smile-js Smile decoder written in Javascript
  • Python

Frameworks, Systems that use Smile codec (encoder and decoder)

  • Elastic Search uses Smile as transport format supports access using Smile encoding.
  • Apache Solr can use Smile as the response format with the wt=smile parameter.
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].