A pluggable BSON generator and parser for the Jackson JSON processor.

BSON for Jackson This library adds support for BSON to the Jackson JSON processor. BSON is a binary representation of JSON. It has gained prominence by its usage as the main exchange and persistence format of the document-orie
Information
Category: Android / JSON
Watchers: 22
Star: 277
Fork: 84
Last update: May 26, 2023

Related Repos


48

JakeWharton A tool for processing the JSON output of Asciinema in order to batch together its captured events (similar to how the vsync pulse is used to batch GUI changes). This helps reduce flicker of the final rendering when targeting formats like SVG or GIF
 
130

Aghajari AXrLottie (Android) Renders animations and vectors exported in the bodymovin JSON format. (Using rLottie)
 
136

theapache64 Turn Google Spreadsheet to JSON endpoint. [For Android and JVM].
 
547

smart-fun XML to JSON for Android XML to JSON is an Android Studio Library which converts easily XML to JSON and JSON to XML. It is fully configurable so that you can change for example attribute names. It is easy to integrate with gradl
 
28

cesarferreira jsonify Aren't you tired of using breakpoints and expanding all the properties to see a complete object? Usage Turn this: Person person = new Person(); person.setFullName("César Ferreira"); person.setGender("ma
 
9k

square Moshi Moshi is a modern JSON library for Android and Java. It makes it easy to parse JSON into Java objects: String json = ...; Moshi moshi = new Moshi.Builder().build(); JsonAdapter<BlackjackHand> jsonAdapter = moshi.a
 
277

michel-kraemer BSON for Jackson This library adds support for BSON to the Jackson JSON processor. BSON is a binary representation of JSON. It has gained prominence by its usage as the main exchange and persistence format of the document-orie
 
Popular
25.4k

alibaba fastjson Fastjson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Fastjson can work with arbitrary Java
 
22.1k

google google-gson Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects