Extracting Object Data
SE_STORE
- Simplify the memory management for users
- Delineates when API data is valid.
- Users create a store and uses it to retrieve complex data from the API
- Fields
- Strings
- Images
- Data Tables
- Data is valid until either
- The Store is freed
- The Store is reused in another API call
-