[GIS] Unencoding JSON output from OSRM

jsonopen-source-routing-machineopenstreetmap

I set up Open Source Routing Machine (OSRM). The documentation does a pretty good job of laying everything out and I was able to get a server set up and running on my machine. My question is about handling the JSON output from my server. As explained in the documentation the routing information is encoded. My application was built accepting JSON from Mapquest's Open API which is unencoded.

My question is do I need to perform a special function to unencode the data? Or better yet, is their some feature baked into OSRM I am not using properly to get the unencoded results?

edit

Solved: Adding ?compression=false to the request query will output unencoded data.

Best Answer

Solved by himself :

Adding ?compression=false to the request query will output unencoded data.

A proof that smeagol and gollum can work together. ( what is compression, my precious? )