JSONObject
JsonObjectWrapper
The object outputted from Read Method.
TArray<FString>
Output String
The Read Method's JSON Object output converted to an array of strings.
bool
Return Value
Could it be converted successfully.
#include "WalletService/EmergenceJSONHelpers.h"
Static Function
ReadMethodJSONToStringArray(FJsonObjectWrapper JSONObject, TArray& OutputString)
Returns the ReadMethod's wrapped JSON array as a array of strings. "Return Value" is if it was a success.
Last updated 1 year ago