Line 23: |
Line 23: |
| This data will be parsed into a dictionary variable in MacroDroid and end up with the following format: | | This data will be parsed into a dictionary variable in MacroDroid and end up with the following format: |
| | | |
− | dictionary[firstName] = "Rajesh" | + | dictionary[firstName] = "Rajesh"<br/> |
− | dictionary[lastName] = "Kumar" | + | dictionary[lastName] = "Kumar"<br/> |
− | dictionary[genger] = "man" | + | dictionary[genger] = "man"<br/> |
− | dictionary[age] = 24 | + | dictionary[age] = 24<br/> |
− | dictionary[address] = sub-dictionary with 4 entries | + | dictionary[address] = sub-dictionary with 4 entries<br/> |
− | dictionary[address][streetAddress] = "126 Udhna" | + | dictionary[address][streetAddress] = "126 Udhna"<br/> |
− | dictionary[address][city] = "Surat" | + | dictionary[address][city] = "Surat"<br/> |
− | dictionary[address][state] = "GJ" | + | dictionary[address][state] = "GJ"<br/> |
− | dictionary[address][postalCode] = "394221" | + | dictionary[address][postalCode] = "394221"<br/> |
− | dictionary[phoneNumbers] = sub-dictionary with 2 entries | + | dictionary[phoneNumbers] = sub-dictionary with 2 entries<br/> |
− | dictionary[phoneNumbers][type] = "home" | + | dictionary[phoneNumbers][type] = "home"<br/> |
− | dictionary[phoneNumbers][number] = 7383627627 | + | dictionary[phoneNumbers][number] = 7383627627<br/> |