Skip to content

Mapping XML to JavaScript Objects

Alexey Valikov edited this page Nov 6, 2015 · 7 revisions

Mapping XML to JavaScript Objects

Jsonix needs XML/object mappings to operate. These mappings can be created manually or generated from an XML Schema. Either way, they are just simple JavaScript objects which define how XML should be mapped to properties of objects and vice versa.
This sections explains concepts of these mappings and describes how to create them.