Disclaimer: This article is provided for instructional purposes only. MorgWard does not support or guarantee the code. Please post any issues you have in the comments section or try searching for a solution online.
Question
How can I convert the Full JSON export (tickets) export into a valid JSON file?
Answer
After requesting a Full JSON export, you receive an email that contains the JSON file. To create a valid JSON file, wrap the objects into an array. Find below a complete code in Python.
For more information, see Why is my Full JSON export not valid JSON?.
Comments
0 comments
Please sign in to leave a comment.