Skip to content

Instantly share code, notes, and snippets.

@minWachya
Last active May 6, 2021 07:42
Show Gist options
  • Save minWachya/afac4c86b5ac887ad35f7f1661963191 to your computer and use it in GitHub Desktop.
Save minWachya/afac4c86b5ac887ad35f7f1661963191 to your computer and use it in GitHub Desktop.
Django Json
package com.example.mydjngojson
// hInfo의 필드값은 Json에서 사용하고 있는 필드값과 동일한 이름이어야함.
data class hInfo (val name: String?, val phone_number: String?, val address: String?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment