enJsonContent function

String enJsonContent()

Implementation

String enJsonContent() {
  return '''
{
   "data":"Data"
}
''';
}