Current behaviour: Context.Json() tries to convert any passed object to json. Expected behaviour: Context.Json() should check first if the passed variable is json or not, then decides what to do with it.
Current behaviour: Context.Json() tries to convert any passed object to json.
Expected behaviour: Context.Json() should check first if the passed variable is json or not,
then decides what to do with it.