jsonix-schema-compiler icon indicating copy to clipboard operation
jsonix-schema-compiler copied to clipboard

Compiles XML Schemas into XML<->JSON mappings for Jsonix.

Results 44 jsonix-schema-compiler issues
Sort by recently updated
recently updated
newest added
trafficstars

See highsource/jsonix#38.

Hey team, Looks like when converting to JSON Schema, all the types do not use primitives, but rather refer to an external schema hosted on jsonix.org. Example: ```json { "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"...