From 7bd9fe5c9694e88121e80ddefd12e2716382e540 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 21 Dec 2020 15:16:14 +0530 Subject: [PATCH] content: bump date on Moshi post [deploy] Signed-off-by: Harsh Shandilya --- content/posts/manually-parsing-json-with-moshi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/manually-parsing-json-with-moshi.md b/content/posts/manually-parsing-json-with-moshi.md index 81b2822..31796bf 100644 --- a/content/posts/manually-parsing-json-with-moshi.md +++ b/content/posts/manually-parsing-json-with-moshi.md @@ -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"]