예제 #1
0
파일: Debug.cs 프로젝트: mbrezu/JsonMasher
 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);
 }