-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
posts/manually-parsing-json-with-moshi/ #42
Comments
Thanks for this awesome article! Just one question: in your code you mention the readString() function. What is that referring to? Is that a custom function not mentioned elsewhere in the code? I am looking forward to hearing from you. Thanks again! Fab. |
Hey Fab, Thanks for letting me know, I've made the correction here. |
That’s great! I figure out that was a typo ;)
Have a great day and thanks again for your article :)
All the best,
Fabrizio
|
msfjarvis
pushed a commit
that referenced
this issue
Apr 1, 2024
Fix site's title to be more SEO friendly
msfjarvis
pushed a commit
that referenced
this issue
Apr 1, 2024
Fix site's title to be more SEO friendly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Manually parsing JSON with Moshi - Harsh Shandilya
Moshi is a fast and powerful JSON parsing library for the JVM and Android. Today we look into manually parsing JSON to and from Java/Kotlin classes
https://msfjarvis.dev/posts/manually-parsing-json-with-moshi/
The text was updated successfully, but these errors were encountered: