1

I have an LDIF file and i need to parse it to json format to work on it in nodejs , so I'm asking if there is any library to do that or any other solutions? Thanks for helping

Aminfo
  • 23
  • 9

1 Answers1

0

Try using this. This is the only solution I've found yet.

https://www.npmjs.com/package/ldif

Dimzdey
  • 33
  • 7