load Json Helper

protected open fun <V> loadJsonHelper(payload: Map<String, V>)

Method to load the jsonHelper

Parameters

payload

: the payload received with the request

<V>

generic type for the values in the payload


protected open fun loadJsonHelper(payload: String)

Method to load the jsonHelper

Parameters

payload

: the payload received with the request