JSON Generator Tool Development

# Introduction In this challenge, we will develop a JSON generator tool that can generate JSON data based on a template. The tool will parse the template and generate the corresponding JSON data based on the specified rules. The objective is to implement the generation of boolean values, integer values within a range, and repeating arrays in the template. The completed `generateData` function code should return a JavaScript object that will be automatically converted into JSON by the plugin.

|60 : 00

Click the virtual machine below to start practicing