using System.Collections.Generic; using Rokojori.Extensions; namespace Rokojori { public class MemberData { public string m; public string v; } }