content: bump date on Moshi post [deploy]

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-21 15:16:14 +05:30
parent 45b2c10ef8
commit 7bd9fe5c96
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
+++
categories = ["kotlin", "android"]
date = 2020-12-13
date = 2020-12-21
description = "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"
slug = "manually-parsing-json-with-moshi"
tags = ["moshi", "json parsing", "android", "kotlin"]