-
Notifications
You must be signed in to change notification settings - Fork 38
Home
Alexey Valikov edited this page May 2, 2015
·
4 revisions
Generates Jsonix mappings and JSON Schema for XML Schemas.
Example:
java -jar jsonix-schema-compiler-full.jar
-generateJsonSchema
-p PO
schemas/purchaseorder.xsd
Generates:
-
PO.js
- Jsonix mappings -
PO.jsonschema
- JSON Schema
Documentation:
- Usage
- Basic Concepts
- Generation
- Configuration
- Advanced Topics
- Sample Projects
- Troubleshooting
- Development