Vue.filter('to_json', function (value) { return JSON.stringify(value); })