ReadMethodJSONToString
Last updated
Last updated
Type | Description | |
---|---|---|
Type | Returns | Name | Description |
---|---|---|---|
FString
Output String
The Read Method's JSON Object output converted to a string.
bool
Return Value
Could it be converted successfully.
Static Function
bool
ReadMethodJSONToString(FJsonObjectWrapper
JSONObject, FString&
OutputString)
Returns the ReadMethod's wrapped JSON array as a JSON string. "Return Value" is if it was a success.
JSONObject
JsonObjectWrapper
The object outputted from Read Method.