We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0d34c commit 602ddb1Copy full SHA for 602ddb1
README.md
@@ -17,7 +17,11 @@ Example
17
Here's a working example for the purchase order schema.
18
19
1. Generate mappings
20
+
21
22
java -jar jsonix-full.jar -d mappings -p PO purchaseorder.xsd
23
24
25
Generates mappings for the `purchaseorder.xsd` schema in the `mappings\PO.js`; mappings will be placed in the variable `PO`.
26
27
2. Unmarshalling:
0 commit comments