Convert a value to a string. If the value is already a string, return it. If the value can be jsonified, jsonify it. Otherwise, return the string representation of the value.
The value to convert to a string
The string representation of the value
Convert a value to a string. If the value is already a string, return it. If the value can be jsonified, jsonify it. Otherwise, return the string representation of the value.