json의 키와 값에 동적으로 String값을 할당할 수 없다. 그래서 ``` data = {}; data[variable1] = variable2; ``` 이런식으로 할당할 수 있다.