IList propertyNames = TheJObject.Properties().Select(p => p.Name).ToList();
this is the code in .net i'm trying to use JSON library. Everything is fine but i can not handle "p => p.Name" part, what is it, how does it work and how can i change it to maxscript? I need it to be able to create a loop.
Thanks in advance.
barigazy · 2013-02-27