Assuming datahtml is required, the following result was found.
Some formatting and a lot of replaceAll: l_Keys = List(); l_Keys = v_Data.toMap().keys(); v_DataHtml = v_Data.replaceAll("},{", "}{", true); v_DataHtml = v_DataHtml.replaceAll(l_Keys.get(0) + "\"", " ", true); v_DataHtml = v_DataHtml.replaceAll("\",\""...