arJsonContent function

String arJsonContent()

Implementation

String arJsonContent() {
  return '''
{
   "data":"البيانات"

}

''';
}