Method for Converting Contact Json data to Datatable in C#

Anyone can help me out with the proper method for converting Json Data to Datatable in c# as Json data comprises of Comma-separated values due to which I am not able to fetch all records related to officers data.
Thanks in Advance
Regards
Kunal Mandloi

This is a relatively general problem, that might be more suited to StackOverflow.com