On Tue, Oct 1, 2013 at 1:53 AM, <[email protected]> wrote: > We're looking into populating UI components with directory entry data > using JSON. > Apache Synapse could do this but we're looking for something simpler.. > For example something to convert an Entry[] array to : > [{ > "cn" : "Mike Smith", > "sn" : "Smith", > "employeeNumber" : 00000000 > }, > { > "cn" : "Adam West", > "sn" : "West", > "employeeNumber" : 11111111 > }] > > We'll write our own if we have to but we were wondering there's anything > to exchange/transform directory entry objects using JSON? > > interesting that there is a real need for such a thing now, there were no takers when I wrote a program to serve the LDAP request and responses in JSON format back in 2011 and it remained as my pet project
> Thanks. > > -- Kiran Ayyagari http://keydap.com
