C# 클래스 JsonFx.UI.Jbst.JbstCommandBase.EnumerableAdapter
A simple adapter for exposing the IEnumerable interface without exposing the IJsonSerializable interface
In order to wrap the output of the JbstControl IJsonSerializable was required, but this takes precedent over the IEnumerable interface which is what should be rendered inside the wrapper.