다음을 통해 공유


JSONObject.ToString(Int32) 메서드

정의

다음과 같이 이 개체를 디버깅을 위해 사람이 읽을 수 있는 JSON 문자열로 인코딩합니다.

[Android.Runtime.Register("toString", "(I)Ljava/lang/String;", "GetToString_IHandler")]
public virtual string ToString (int indentSpaces);
[<Android.Runtime.Register("toString", "(I)Ljava/lang/String;", "GetToString_IHandler")>]
override this.ToString : int -> string

매개 변수

indentSpaces
Int32

중첩의 각 수준에 들여쓰기할 공백 수입니다.

반환

특성

예외

설명

다음과 같이 이 개체를 디버깅을 위해 사람이 읽을 수 있는 JSON 문자열로 인코딩합니다.

{
                "query": "Pizza",
                "locations": [
                    94043,
                    90210
                ]
            }

에 대한 org.json.JSONObject.toString(int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상