Formats the user input as JSON text.
<input type="text" name="bindExpression" ng:format="json">
var userInputString = angular.formatter.json.format(modelValue); var modelValue = angular.formatter.json.parse(userInputString);
{?string}
– A JSON string representation of the model.