json method

String json()

Implementation

String json(){
  return jsonEncode(map());
}