This is regarding a network graph project we have been working on. We are consuming the data from two entity sets of our ODATA service and after passing filters storing the output into a JSON model. then we are binding the same data and displaying the graph. Now, the problem is whenever we are directly binding nodes and lines with corresponding entity sets directly its working fine. But whenever we are storing the data into JSON model, the type of the int parameters are suddenly changing themselves into strings which is causing issues. Kindly, help.