Person JSON Format

The Person JSON format standard specifies a uniform way of exchanging personal data.

Date: 01 November 2015

Version: 1.0

Introduction

To do...

Person JSON Format

Following is the format:

{
    "Id":"PersonId"
    "Title":"Dr./Mr/Ms",
    "FirstName":"John",
    "LastName":"Doe",
    "Birthday":"2015-11-01",    
    "Gender":"Male/Female",
    "Emails":[
        "EmailId1","EmailId2","EmailId3"
    ],
    "Phones":[
        "PhoneId1","PhoneId2","PhoneId3"
    ]
}