Currently, I am in the process of learning Leaflet, JavaScript, and more. To test my understanding, I am using code examples from the Leaflet website and making modifications for my own purposes. However, I have noticed that in all the examples I have come across, the JSON file includes a "var" at the beginning of the initial bracket. I am curious if this is a necessary step when working with JSON files. It would be much more convenient if the JSON files could function as they are generated. For instance, in ArcMap Desktop, there is a tool called Feature-to-JSON which generates output without including a "var = name" as the first data. Is there a way to skip the step of adding the var in my JSON files? If so, it would be greatly helpful to see some code examples to guide me in the right direction.