Skip to content
Alexey Valikov edited this page Apr 6, 2015 · 1 revision

If you have a question, please ask it as an issue and label as a question.
Alternatively, ask a question on Stack Overflow using the tag jsonix.

If you've encountered a bug, please file an issue.

Please provide a minimal reproducible example. A minimal reproducible example must include your Jsonix mappings, the data you're trying to unmarshal or to marshal (XML or JSON samples) and a (preferrably) nodeunit test.

The better your report is, the faster the issue will be resolved.

The best way is actually to commit your minimal reproducible example in jsonix-support in a subdirectory like f/foobar (example: w/wms). Ideally, npm install and npm test should reproduce the issue you're reporting.

Please do not commit your whole project which integrates Jsonix. It takes too much effort to dive into your project, understand and execute your build and debug to the place where suspected Jsonix bug is.