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 602ddb1 commit 2a8d88aCopy full SHA for 2a8d88a
README.md
@@ -18,8 +18,8 @@ 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
+```javascript
+```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`.
0 commit comments