
Let's say I have a json file that holds information that I want to use to perform both of the following tasks:
1) Run a command that creates an ability macro for a user.
2) Output the information in a structured format to chat.
I know that both options above are possible, but my question is more about how to handle this large json file. The file in question is ~274 kilobytes currently, but this of course could get larger in the future. Where can or should this data be stored to be used as reference for the above script?
If this is possible, are there any lightweight/efficient functions that would assist in interacting with json data?
Thanks!
1) Run a command that creates an ability macro for a user.
2) Output the information in a structured format to chat.
I know that both options above are possible, but my question is more about how to handle this large json file. The file in question is ~274 kilobytes currently, but this of course could get larger in the future. Where can or should this data be stored to be used as reference for the above script?
If this is possible, are there any lightweight/efficient functions that would assist in interacting with json data?
Thanks!