You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robert WC Seifert edited this page Sep 6, 2017
·
2 revisions
The JSON framework is designed to act as a data loading system for the content creation system. It acts as a parser for JSON data files and creates content from files at runtime. This allows developers to remove large sections of code and skip repeat tasks in development.
JSON Processors
A processor is an object that handles loading of a specific data structure. It does the work of reading the JSON structure and converting it into the actual object.