<?php

$array = array('a','b','c');

$json = json_encode($array);

echo $link = '<a href.. tag="'.htmlentities($json).'">';

