I have a JSON string as following, when I parse this with JObject.parse, I have one exception because there is a root at the beginning, so now I want to remove the root in this case, I have searched some examples on Internet but there is none using JObject.parse.
var data = JObject.Parse(content)
setting.callbacks._2({"listDatesDebut":["2014-06-20"],"listDatesFin":["2014-06-21","2014-06-22","2014-06-23","2014-06-24","2014-06-25","2014-06-26","2014-06-27","2014-06-28","2014-06-29","2014-06-30","2014-07-01","2014-07-02","2014-07-03","2014-07-04","2014-07-05","2014-07-06","2014-07-07","2014-07-08","2014-07-09","2014-07-10","2014-07-11","2014-07-12","2014-07-14","2014-07-15","2014-07-16","2014-07-17","2014-07-18"],"listCategoriesThemes":[{"idCategorieTheme":1,"nomCategorieTheme":"123 double"},{"idCategorieTheme":3,"nomCategorieTheme":"PMR"},{"idCategorieTheme":2,"nomCategorieTheme":"2 lits simples"}],"listThemes":[{"idTheme":1,"nomTheme":"STANDARD CAR" .... )
In this example I want to remove the root setting.callbacks._2( and the last closing bracket of the root