Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add condition to return json as string
A condition has been added to check if the returnType is of type 'string'. If so, the json is returned as string directly without converting. This is particularly useful to avoid unnecessary conversion when the returnType is already a string.
- Loading branch information