I am trying to create a JSON file and can't seem to grasp how to create the appropriate map to add.
An example would be:
I know how to dimension a Map and use CreateMap to create it, but how to embed data into a "complex" map.
Can anyone please advise me?
Thanks in advance,
Rusty
An example would be:
Note: (-->) is used to indicate the subordination of data i.e. phone --> Home:Person
First Name: Fred
Last Name: Jones
Address
-->Address1: 123 Elm
-->Address2: Apt A
-->City: Chicago
-->State: Illinois
-->Country: USA
Phone
-->Home: (303) 321-3321
-->Office: (303) 444-4321
...etc.
I know how to dimension a Map and use CreateMap to create it, but how to embed data into a "complex" map.
Can anyone please advise me?
Thanks in advance,
Rusty