Hi All,
I'm new to this community and not sure if this is the correct place to be. I have a need to create a json feed that will return 8 closest points from a given location on a feature layer. Using esri's javascript API I am able to query the feature layer, retrieve the points and display them in a pop-up window on the screen. Instead of displaying the results on the screen I would to send them to the browser as a JSON Object. Is this doable using ArcGIS JavaScript API or do I need to use another Esri API? Any advice/insights would be greatly appreciated.