Ejemplo n.º 1
0
 private static IEnumerable <Json> Function(
     List <IJsonMasherOperator> mashers, Json json, IMashContext context)
 {
     context.Tick();
     context.LogValue(Json.ArrayParams(Json.String("DEBUG"), json));
     yield return(json);
 }