Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
{
	contact: {
		email: String,
		fax: String,
		name: String,
		phone: String,
		company: String,
		address: {
			streetAddress: String,
			zipCode: String,
			city: String,
			country: String
		}
	},
   	newEmail: String
	tags: Array
	properties: Dynamic
	dictionaryProperties: Dynamic
}

...