JSON_PersonInfoExtend

JSON message about custom information of human body picture library

{
  "PersonInfoExtend": [{
/*required, custom extension information*/
    "id": ,
/*optional, integer32, serial No. of person custom extension information, starts from 1*/
    "enable": ,
/*optional, boolean, whether to enable person custom extension information*/
    "name": ""
/*optional, string, tag name of person extension information*/
  }]
}