Skip to content

Instantly share code, notes, and snippets.

@mukulm24
Created March 11, 2018 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mukulm24/fbeb31bbf0310d954b0f7eb3b8511e47 to your computer and use it in GitHub Desktop.
Save mukulm24/fbeb31bbf0310d954b0f7eb3b8511e47 to your computer and use it in GitHub Desktop.
func getAptJSON() -> String {
let bravuriaAptJSON = "{\"address\":{\"state\":\"UP\",\"flatNumber\":24,\"city\":\"Kanpur\",\"streetName\":\"MH Area\",\"country\":\"India\"},\"buildingName\":\"Bravuria\",\"rent\":18500}"
return bravuriaAptJSON
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment