Skip to content

Commit 602ddb1

Browse files
committed
Markdown.
1 parent 6f0d34c commit 602ddb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ Example
1717
Here's a working example for the purchase order schema.
1818

1919
1. Generate mappings
20+
21+
2022
java -jar jsonix-full.jar -d mappings -p PO purchaseorder.xsd
23+
24+
2125
Generates mappings for the `purchaseorder.xsd` schema in the `mappings\PO.js`; mappings will be placed in the variable `PO`.
2226

2327
2. Unmarshalling:

0 commit comments

Comments
 (0)