HttpService:JSONEncode가 테이블을 반환합니다

Describe the issue briefly

JSONEncode는 루아 테이블을 JSON 문자열로 인코딩해야하지만 인수로 준 루아 테이블 그대로 반환합니다

Environment

Studio, Windows 10 64bit

Expected Result

주어진 루아 테이블이 JSON 문자열로 제대로 반환되야합니다

Issue Frequency

100% (Always)

Workaround Solution

lunajson 혹은 json.lua같은 pure lua json 인/디코더 사용

The issue has been addressed and fixed. The feature is now functioning as expected.