I successfully got an schema object created by jsonix. Now I want to convert json strings to xml. This is my code:
var Jsonix= require('jsonix');
var context= new Jsonix.Context([myschemaobj]);
here I get the error that Jsonix.Context is not a function. What ist wrong with my code?