encodeStatsToJSON method

String encodeStatsToJSON()

Implementation

String encodeStatsToJSON()
{
  return json.encode(analytics);
}