set
데이터 추가
Add Data
korean
데이터는 하나의 키-값 쌍으로 추가하거나 한꺼번에 여러 쌍을 Map 형태로 추가할 수 있습니다.요청 후 성공 또는 실패 결과를 받을 수 있습니다.
중요 : key에 해당하는 value는 단순한 문자열(String) 혹은 백슬래시(\)가 포함된 1차원의 JSON 문자열로 설정해야 합니다.
english
You can add data to the Data Store in one pair of a key-value or multiple pairs of map format at once.After a request, true or false is returned.
IMPORTANT : The key-value needs to be set up in a one-dimensional JSON string that includes a simple string or backslash(\).