-
-
Save minWachya/afac4c86b5ac887ad35f7f1661963191 to your computer and use it in GitHub Desktop.
Django Json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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