Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Moshi Alternatives
Similar projects and alternatives to Moshi
-
kotlinx.serialization
Kotlin multiplatform / multi-format serialization
-
Jackson
Core part of Jackson that defines Streaming API as well as basic shared abstractions
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
Gson
A Java serialization/deserialization library to convert Java Objects into JSON and back
-
-
-
LoganSquare
Screaming fast JSON parsing and serialization library for Android.
-
fastjson
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Carteasy
A Shopping cart library for Android that allows you add to add items to cart and retrieve at ease using JSONObjects.
-
-
timber
A logger with a small, extensible API which provides utility on top of Android's normal Log class.
-
jsoniter
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go (by json-iterator)
-
RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
-
-
MPAndroidChart
A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
-
Lottie for Android, iOS, and React Native
Render After Effects animations natively on Android and iOS, Web, and React Native
-
-
-
-
Permission Dispatcher
A declarative API to handle Android runtime permissions.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Moshi reviews and mentions
-
Kotlin DSL is Now the Default for New Gradle Builds
Honestly, when you look at a build.gradle.kts written by someone who knows what they're doing, it's not that bad (that reminds me, I should really clean up the build.gradle.kts on my personal project, I haven't heavily edited it since I knew a lot less about gradle...). For example, here's the build.gradle.kts for Moshi, a JSON serialization library from Square. It uses the root build.gradle.kts for the project a bit, which is here. The root one is a little more complex, but that's mostly because it has to deal with a multi-release build and has to configure a few plugins, like dokka. (If you're wondering where all the library versions are, they're here, using a new feature in Gradle you might like: The version catalog)
-
Modern Android Development in 2023
Moshi
-
Why don't you write unit tests and integration tests to ksp project
This approach is also used by square/moshi. You can also refer this.
-
Apple's Swift rewrite of its Foundation framework will be open source
Best practice in Android would be Moshi, which is written by many of the same authors as Gson but is still actively maintained. It's more or less a breaking upgrade from Gson.
-
Soursop and Ponies in Kona: A C++ Committee Trip Report
Java annotations have enabled compile-time reflection since Java 1.6, and of course it has been used for serialization: https://github.com/square/moshi/#codegen
-
What are the most common used (3rd party) libraries and frameworks used in Android development?
JSON de/serialization: Kotlin serialization, Moshi
-
Help parsing JSON with Retrofit & Moshi
However i am getting an error "Expected BEGIN-ARRAY but was BEGIN-OBJECT at $". Looking over the moshi documentation (https://github.com/square/moshi) I think I need to use an adapter as my JSON response starts with "{ }" not the expected "[ ]". I am just struggling to understand how to implement the adapter as I think the built in adapter should work.
-
Release Kotlin 1.6.0 · JetBrains/kotlin
Moshi users are currently blocked to update until Moshi 1.13.0 is released: https://github.com/square/moshi/issues/1368
-
No Good Deed Goes Unpunished
I estimated it would take me half a day to complete. I thought it would be a couple of import statement changes and some variable renaming because our app already was using Moshi, another JSON parsing library, and we had already deprecated GSON. I was wrong. The project ended up taking 5 weeks off and on, produced a 3k line code diff, and upon release, it immediately crashed the Reddit Android App. After a quick hotfix, I finally eliminated the last remnants of GSON and made Reddit more stable.
-
Google SignIn Compose
Moshi is a modern JSON library for Android and Java. It makes it easy to parse JSON into Java objects
-
A note from our sponsor - Onboard AI
getonboard.dev | 29 Nov 2023
Stats
square/moshi is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Moshi is Kotlin.