msfjarvis / msfjarvis.dev

Hugo source for my blog
https://msfjarvis.dev
8 stars 3 forks source link

posts/manually-parsing-json-with-moshi/ #42

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

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/

fablau commented 3 years ago

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.

msfjarvis commented 3 years ago

Hey Fab,

Thanks for letting me know, I've made the correction here.

fablau commented 3 years ago

That’s great! I figure out that was a typo ;)

Have a great day and thanks again for your article :)

All the best,

Fabrizio