Hi,
We are looking into having a template built using JSON Data Source. I was wondering what would be the best format of JSON we should go for, so we do not end up fighting relationId battles. Should it have all the nodes nested (attachment: DataWithProperties.json) or can it reference ids from top level nodes (attachment: DataWithReferences.json).
Is there any tutorial or documentation on this topic?
Best JSON format for Data Source
Best JSON format for Data Source
- Attachments
-
- DataWithReferences.json
- (759 Bytes) Downloaded 83 times
-
- DataWithProperties.json
- (1.03 KiB) Downloaded 82 times
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
Re: Best JSON format for Data Source
Hello,
When you use JSON with nested objects, all relations will be added automatically (DataWithProperties). In other case, you should add it manually (DataWithReferences).
Thank you.
When you use JSON with nested objects, all relations will be added automatically (DataWithProperties). In other case, you should add it manually (DataWithReferences).
Thank you.