Skip to content

Commit 9291601

Browse files
authored
Update README.md
1 parent 028e108 commit 9291601

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ _(Example assumes that your classname is `SampleApps.Serialize.MapTesting`, that
2424
From the terminal,in the name space where your class exists :
2525

2626
```javascript
27+
2728
Set obj = ##class(SampleApps.Serialize.MapTesting).%OpenId(1)
2829
Set objJSON = obj.Export()
2930
Do objJSON.%ToJSON()
@@ -65,11 +66,12 @@ During map generation, by default, the Adaptor sets export and Import conversion
6566
**MAP0 structure**
6667

6768
MAP0("*classname*",_GroupType[1..6]_,"_Source Property Name_") = *List Element*
69+
6870
*List Element*:
69-
> Pos 1 *Target Property Name*
70-
> Pos 2
71-
> Pos 3
72-
> Pos 4
71+
> [1] *Target Property Name*
72+
> [2]
73+
> [3]
74+
> [4]
7375
7476
---
7577

0 commit comments

Comments
 (0)