Is there a way by which i can sort the json received from facebook graph api calls on the basis of value of some particular field?
            Asked
            
        
        
            Active
            
        
            Viewed 242 times
        
    0
            
            
        - 
                    Maybe this helps you with sorting JSON files: http://stackoverflow.com/questions/881510/jquery-sorting-json-by-properties – Mihai Bujanca Feb 28 '13 at 13:57
- 
                    are there any in built functions in javascript that sort a JSON array? – user1946152 Feb 28 '13 at 14:01
