-
Notifications
You must be signed in to change notification settings - Fork 78
Mapping XML to JavaScript Objects
Alexey Valikov edited this page Nov 6, 2015
·
7 revisions
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.