Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

JSON file 'data' converted to multiline human readable JSON using JsonLint #20

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

PatroxGaurab
Copy link

No description provided.

@@ -4,7 +4,8 @@ $(document).ready(function(){
var string = "";
var months = new Array("JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC");
var events = data.objects;
for (var i=events.length-1;i>=0;i--) {

for (var i=0;i<events.length;i++) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've a hunch that i should be initialized at 1.
Also, please fix the indentation.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, can't get why i should be initialized at 1, 'events' array contains objects starting from events[0] to events[events.length-1], pls correct me if I'm wrong.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r-
Indentation.

@debloper I think 0 would do

@debloper
Copy link
Member

debloper commented Apr 8, 2014

Please check the inline-comment.
Also, it'll be best if we go with multi-line readable JSON.
Please use http://JSONLint.com; like this:

{
    "meta": {
        "limit": 1000,
        "next": null,
        "offset": 0,
        "previous": null,
        "total_count": 19
    },
    "objects": [
        {
            "categories": [
                {
                    "name": "Apps"
                },
                {
                    "name": "Coding"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Firefox Mobile"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Localization"
                },
                {
                    "name": "People"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "Support"
                },
                {
                    "name": "Technical Evangelism"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "Webmaker"
                }
            ],
            "city": "Jaipur",
            "country": "India",
            "description": "Inroducting and awaring students about mozilla and area of contribution.",
            "end": "2014-04-09T09:30:00",
            "estimated_attendance": 500,
            "event_url": "https://reps.mozilla.org/e/mozexplore-aceit/",
            "external_link": "",
            "lat": 26.9054159381,
            "local_end": "2014-04-09T09:30:00",
            "local_start": "2014-04-09T03:30:00",
            "lon": 75.8569331467,
            "mozilla_event": true,
            "multiday": false,
            "name": "MozExplore @ ACEIT",
            "owner_name": "Ram Dayal Vaishnav",
            "owner_profile_url": "https://reps.mozilla.org/u/ram/",
            "region": "Rajasthan",
            "resource_uri": "/api/v1/event/2015/",
            "start": "2014-04-09T03:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "Arya College Of Engineering & IT, Jaipur"
        },
        {
            "categories": [
                {
                    "name": "Apps"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Technical Evangelism"
                },
                {
                    "name": "Web Development"
                }
            ],
            "city": "Thuvakudi",
            "country": "India",
            "description": "Learn how to make best out of HTML5. Learn to develop apps using MVC. Try CRUD apps & Gaming Apps using Angular.js.",
            "end": "2014-04-11T13:30:00",
            "estimated_attendance": 100,
            "event_url": "https://reps.mozilla.org/e/html5-dev-day/",
            "external_link": "",
            "lat": 10.762695566,
            "local_end": "2014-04-11T13:30:00",
            "local_start": "2014-04-11T10:30:00",
            "lon": 78.8158035243,
            "mozilla_event": true,
            "multiday": false,
            "name": "HTML5 Dev Day",
            "owner_name": "Ram Dayal Vaishnav",
            "owner_profile_url": "https://reps.mozilla.org/u/ram/",
            "region": "Tamil Nadu",
            "resource_uri": "/api/v1/event/2013/",
            "start": "2014-04-11T10:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "NIT Trichy"
        },
        {
            "categories": [
                {
                    "name": "Apps"
                },
                {
                    "name": "Coding"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Engineering Program Management"
                },
                {
                    "name": "Firefox Mobile"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Technical Evangelism"
                },
                {
                    "name": "User Research"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "WebFWD"
                }
            ],
            "city": "Kalamassery",
            "country": "India",
            "description": "HTML5 Developer conference is a web technology focused conference, Taking place on April 12 & 13 at Cochin, the queen of Arabian sea. Organized by Mozilla Kerala community & a few enthusiast.",
            "end": "2014-04-13T08:00:00",
            "estimated_attendance": 500,
            "event_url": "https://reps.mozilla.org/e/html5-dev-conf/",
            "external_link": "http://html5conf.in/",
            "lat": 10.0541420927,
            "local_end": "2014-04-13T08:00:00",
            "local_start": "2014-04-12T00:00:00",
            "lon": 76.3505056503,
            "mozilla_event": true,
            "multiday": true,
            "name": "HTML5 Dev Conf",
            "owner_name": "Anush A",
            "owner_profile_url": "https://reps.mozilla.org/u/anushbmx/",
            "region": "Kerala",
            "resource_uri": "/api/v1/event/2077/",
            "start": "2014-04-12T00:00:00",
            "timezone": "Asia/Dili",
            "venue": "XIME, Kalamassery Kochi"
        },
        {
            "categories": [
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "Webmaker"
                },
                {
                    "name": "WoMoz"
                }
            ],
            "city": "Hyderabad",
            "country": "India",
            "description": "To make students aware of what mozilla is about and why we are there, firefox os Intro and development of apps too :)",
            "end": "2014-04-12T14:30:00",
            "estimated_attendance": 1000,
            "event_url": "https://reps.mozilla.org/e/mozday-griet/",
            "external_link": "",
            "lat": 17.4016979627,
            "local_end": "2014-04-12T14:30:00",
            "local_start": "2014-04-12T03:30:00",
            "lon": 78.4814071516,
            "mozilla_event": false,
            "multiday": false,
            "name": "MozDay @ GRIET",
            "owner_name": "Srikar Ananthula",
            "owner_profile_url": "https://reps.mozilla.org/u/ananthulasrikar/",
            "region": "Andhra Pradesh",
            "resource_uri": "/api/v1/event/1998/",
            "start": "2014-04-12T03:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "Gokaraju Rangaraju Institute of Engineering and Technology"
        },
        {
            "categories": [
                {
                    "name": "Coding"
                },
                {
                    "name": "Developer Documentation"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Localization"
                },
                {
                    "name": "People"
                },
                {
                    "name": "Quality Assurance"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Services"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "Support"
                },
                {
                    "name": "User Engagement"
                },
                {
                    "name": "User Research"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "Webmaker"
                }
            ],
            "city": "Kolkata",
            "country": "India",
            "description": "Avenir is, the annual tech fest of Netaji Subhash Engineering College(NSEC), to be held on 10, 11, 12 April,2014 organised by Phoenix, the official tech club.",
            "end": "2014-04-12T11:30:00",
            "estimated_attendance": 2000,
            "event_url": "https://reps.mozilla.org/e/avenir-techfest-2014/",
            "external_link": "http://avenirnsec.co.in/",
            "lat": 22.4601346719,
            "local_end": "2014-04-12T11:30:00",
            "local_start": "2014-04-12T04:30:00",
            "lon": 88.3849375241,
            "mozilla_event": false,
            "multiday": false,
            "name": "Avenir Techfest 2014",
            "owner_name": "Swarnava Sengupta",
            "owner_profile_url": "https://reps.mozilla.org/u/Swarnava/",
            "region": "West Bengal",
            "resource_uri": "/api/v1/event/2075/",
            "start": "2014-04-12T04:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "Netaji Subhash Engineering College  Techno City, Panchpota, Garia,, Mauza Ranabhutia,, Ranabhutia, West Bengal 700150"
        },
        {
            "categories": [
                {
                    "name": "Accessibility"
                },
                {
                    "name": "Addons"
                },
                {
                    "name": "Apps"
                },
                {
                    "name": "Coding"
                },
                {
                    "name": "Creative"
                },
                {
                    "name": "Developer Documentation"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Firefox Mobile"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Graphics"
                },
                {
                    "name": "Labs"
                },
                {
                    "name": "Localization"
                },
                {
                    "name": "Metrics"
                },
                {
                    "name": "Open Badges"
                },
                {
                    "name": "People"
                },
                {
                    "name": "Product Marketing"
                },
                {
                    "name": "Public Relations"
                },
                {
                    "name": "Quality Assurance"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Security"
                },
                {
                    "name": "Services"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "Support"
                },
                {
                    "name": "Thunderbird"
                },
                {
                    "name": "User Engagement"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "WebFWD"
                },
                {
                    "name": "Webmaker"
                },
                {
                    "name": "WoMoz"
                }
            ],
            "city": "Durgapur",
            "country": "India",
            "description": "Mozilla Mission for first year students of Durgapur.\r\nAwareness about Localization.\r\nAwareness about SUMO Localization.\r\nHand-on session on Mozilla Webmaker tools.\r\nDemo on FirefoxOS.\r\nAwareness about FOSS.\r\nHow we can contribute in FOSS.\r\nRecruiting new FSA.  \r\nEncouraging WoMoz.\r\nEncouraging FSA to give presentation.",
            "end": "2014-04-13T12:00:00",
            "estimated_attendance": 500,
            "event_url": "https://reps.mozilla.org/e/mozboot-dgp/",
            "external_link": "",
            "lat": 23.5134164994,
            "local_end": "2014-04-13T12:00:00",
            "local_start": "2014-04-13T05:00:00",
            "lon": 87.3545836844,
            "mozilla_event": false,
            "multiday": false,
            "name": "MozBoot@Dgp",
            "owner_name": "Umesh Agarwal",
            "owner_profile_url": "https://reps.mozilla.org/u/umesh/",
            "region": "West Bengal",
            "resource_uri": "/api/v1/event/1473/",
            "start": "2014-04-13T05:00:00",
            "timezone": "Asia/Kolkata",
            "venue": "Dr. B.C. Roy Engineering College"
        },
        {
            "categories": [
                {
                    "name": "Apps"
                },
                {
                    "name": "Coding"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Firefox Mobile"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Localization"
                },
                {
                    "name": "People"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "Support"
                },
                {
                    "name": "Technical Evangelism"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "Webmaker"
                }
            ],
            "city": "Jaipur",
            "country": "India",
            "description": "MozMeet to introduce newbies to Mozilla Contributions.",
            "end": "2014-04-13T10:00:00",
            "estimated_attendance": 50,
            "event_url": "https://reps.mozilla.org/e/mozmeet-jaipur/",
            "external_link": "",
            "lat": 27.0649956346,
            "local_end": "2014-04-13T10:00:00",
            "local_start": "2014-04-13T05:30:00",
            "lon": 75.0732412934,
            "mozilla_event": true,
            "multiday": false,
            "name": "MozMeet Jaipur",
            "owner_name": "Ram Dayal Vaishnav",
            "owner_profile_url": "https://reps.mozilla.org/u/ram/",
            "region": "Rajasthan",
            "resource_uri": "/api/v1/event/2053/",
            "start": "2014-04-13T05:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "Saras Parlour"
        },
        {
            "categories": [
                {
                    "name": "Coding"
                },
                {
                    "name": "Creative"
                },
                {
                    "name": "Developer Documentation"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "People"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "User Engagement"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "Webmaker"
                }
            ],
            "city": "Kolkata",
            "country": "India",
            "description": "A short event introducing firefox programs, a sesion focusing on firefox OS and a technical quiz focusing on Mozilla.",
            "end": "2014-04-14T06:00:00",
            "estimated_attendance": 100,
            "event_url": "https://reps.mozilla.org/e/ifc-introductory-event/",
            "external_link": "",
            "lat": 22.6601027902,
            "local_end": "2014-04-14T06:00:00",
            "local_start": "2014-04-14T04:00:00",
            "lon": 88.4191074315,
            "mozilla_event": false,
            "multiday": false,
            "name": "IFC Introductory event",
            "owner_name": "Swarnava Sengupta",
            "owner_profile_url": "https://reps.mozilla.org/u/Swarnava/",
            "region": "West Bengal",
            "resource_uri": "/api/v1/event/2050/",
            "start": "2014-04-14T04:00:00",
            "timezone": "Asia/Kolkata",
            "venue": "Seminar Hall, Institute Of Engineering and Management"
        },
        {
            "categories": [
                {
                    "name": "Apps"
                },
                {
                    "name": "Coding"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Firefox Mobile"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Localization"
                },
                {
                    "name": "People"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "Support"
                },
                {
                    "name": "Technical Evangelism"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "Webmaker"
                }
            ],
            "city": "Jaipur",
            "country": "India",
            "description": "Jaipur Open Source Open Community calls all open source enthusiastics for a great get together. Teach, Learn & Share.",
            "end": "2014-04-19T10:00:00",
            "estimated_attendance": 100,
            "event_url": "https://reps.mozilla.org/e/open-source-call/",
            "external_link": "",
            "lat": 27.0649956346,
            "local_end": "2014-04-19T10:00:00",
            "local_start": "2014-04-19T06:30:00",
            "lon": 75.0732412934,
            "mozilla_event": true,
            "multiday": false,
            "name": "Open Source Call",
            "owner_name": "Ram Dayal Vaishnav",
            "owner_profile_url": "https://reps.mozilla.org/u/ram/",
            "region": "Rajasthan",
            "resource_uri": "/api/v1/event/2058/",
            "start": "2014-04-19T06:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "Saras Parlour"
        },
        {
            "categories": [
                {
                    "name": "Apps"
                },
                {
                    "name": "Coding"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Students"
                }
            ],
            "city": "Hyderabad",
            "country": "India",
            "description": "Hands on App Development",
            "end": "2014-04-21T14:30:00",
            "estimated_attendance": 50,
            "event_url": "https://reps.mozilla.org/e/mini-appathone/",
            "external_link": "",
            "lat": 17.385044,
            "local_end": "2014-04-21T14:30:00",
            "local_start": "2014-04-21T13:30:00",
            "lon": 78.486671,
            "mozilla_event": true,
            "multiday": false,
            "name": "Mini Appathone",
            "owner_name": "Ram Dayal Vaishnav",
            "owner_profile_url": "https://reps.mozilla.org/u/ram/",
            "region": "Andhra Pradesh",
            "resource_uri": "/api/v1/event/2066/",
            "start": "2014-04-21T13:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "Madhapur"
        },
        {
            "categories": [
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Firefox OS"
                }
            ],
            "city": "Bangalore",
            "country": "India",
            "description": "Bangalore Java Script Community Meetup. We have a very good JS developer community and asked us to give a talk on FirefoxOS and flash all the Android mobiles available at the event with FirefoxOS ;)",
            "end": "2014-04-26T04:00:00",
            "estimated_attendance": 1000,
            "event_url": "https://reps.mozilla.org/e/bangalorejs-community-meetup/",
            "external_link": "http://bangalorejs.org/",
            "lat": 12.9367532148,
            "local_end": "2014-04-26T04:00:00",
            "local_start": "2014-04-26T00:00:00",
            "lon": 77.6440420747,
            "mozilla_event": false,
            "multiday": false,
            "name": "BangaloreJS Community Meetup",
            "owner_name": "Galaxy Kadiyala",
            "owner_profile_url": "https://reps.mozilla.org/u/galaxyk/",
            "region": "Karnataka",
            "resource_uri": "/api/v1/event/2078/",
            "start": "2014-04-26T00:00:00",
            "timezone": "Asia/Dili",
            "venue": "TBD"
        },
        {
            "categories": [
                {
                    "name": "Coding"
                },
                {
                    "name": "Localization"
                },
                {
                    "name": "Open Badges"
                },
                {
                    "name": "Public Relations"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "Webmaker"
                },
                {
                    "name": "WoMoz"
                }
            ],
            "city": "Bhiwandi",
            "country": "India",
            "description": "MozBird-MakeryParty event is organized in Bhiwandi at G.M.Momin Women's College to empower women and her presence  in FOSS world!\r\nThe outcome of this event is to start a Firefox Club in college.This club will periodically conduct different mozilla events in their campuses and outside of it. Target to get more passionate and enthusiastic contributors into different projects.",
            "end": "2014-04-26T11:30:00",
            "estimated_attendance": 500,
            "event_url": "https://reps.mozilla.org/e/mozbird-makerparty/",
            "external_link": "",
            "lat": 19.3456463795,
            "local_end": "2014-04-26T11:30:00",
            "local_start": "2014-04-26T04:30:00",
            "lon": 73.0097293854,
            "mozilla_event": false,
            "multiday": false,
            "name": "MozBird_MakerParty",
            "owner_name": "Sara Khan",
            "owner_profile_url": "https://reps.mozilla.org/u/sarakhan/",
            "region": "Maharashtra",
            "resource_uri": "/api/v1/event/1757/",
            "start": "2014-04-26T04:30:00",
            "timezone": "GMT",
            "venue": "G.M.Momin Women's College,Bhiwandi"
        },
        {
            "categories": [
                {
                    "name": "Localization"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "WebFWD"
                },
                {
                    "name": "Webmaker"
                }
            ],
            "city": "Kalyani",
            "country": "India",
            "description": "Webmaker Hackathon session in Kalyani is to spread Web Literacy and building Mozilla community in Kalyani West Bengal.\r\n\r\nBuilding better Web with Webmaker tools like Thimble, Popcorn.\r\n\r\nSession on Mozilla Mission & its Products, How to get involve in Mozilla Projects.\r\n\r\nIntroduction and need of FOSS.\r\n\r\nSession on Mozilla WebFWD for Entrepreneurs",
            "end": "2014-04-27T11:30:00",
            "estimated_attendance": 500,
            "event_url": "https://reps.mozilla.org/e/kalyani-hackathon-webmaker-localization/",
            "external_link": "",
            "lat": 22.9747519314,
            "local_end": "2014-04-27T11:30:00",
            "local_start": "2014-04-27T04:30:00",
            "lon": 88.4342765808,
            "mozilla_event": false,
            "multiday": false,
            "name": "Kalyani Hackathon: Webmaker &amp; Localization",
            "owner_name": "Shahid Ali Farooqui",
            "owner_profile_url": "https://reps.mozilla.org/u/shahidfarooqui/",
            "region": "West Bengal",
            "resource_uri": "/api/v1/event/845/",
            "start": "2014-04-27T04:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "TBD"
        },
        {
            "categories": [
                {
                    "name": "Students"
                }
            ],
            "city": "Hyderabad",
            "country": "India",
            "description": "Meeting of all FSA's around Hyderabad.",
            "end": "2014-04-27T10:30:00",
            "estimated_attendance": 50,
            "event_url": "https://reps.mozilla.org/e/fsas-meetup/",
            "external_link": "http://www.eventbrite.com/e/firefox-student-ambassdors-meetup-hyderabad-tickets-5088921100",
            "lat": 17.4222269937,
            "local_end": "2014-04-27T10:30:00",
            "local_start": "2014-04-27T05:30:00",
            "lon": 78.4924221039,
            "mozilla_event": true,
            "multiday": false,
            "name": "FSA&#39;s Meetup",
            "owner_name": "Srikar Ananthula",
            "owner_profile_url": "https://reps.mozilla.org/u/ananthulasrikar/",
            "region": "Andhra Pradesh",
            "resource_uri": "/api/v1/event/2033/",
            "start": "2014-04-27T05:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "TBD"
        },
        {
            "categories": [
                {
                    "name": "People"
                },
                {
                    "name": "Product Marketing"
                },
                {
                    "name": "Quality Assurance"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Support"
                },
                {
                    "name": "User Engagement"
                },
                {
                    "name": "WebFWD"
                },
                {
                    "name": "Webmaker"
                }
            ],
            "city": "Hyderabad",
            "country": "India",
            "description": "Teach the kids- Computers and Internet!",
            "end": "2014-05-30T06:30:00",
            "estimated_attendance": 2000,
            "event_url": "https://reps.mozilla.org/e/shoutout-web-literacy/",
            "external_link": "",
            "lat": 17.3698625851,
            "local_end": "2014-05-30T06:30:00",
            "local_start": "2014-05-15T02:30:00",
            "lon": 78.4738773108,
            "mozilla_event": false,
            "multiday": true,
            "name": "Shoutout- Web Literacy",
            "owner_name": "Sujith Reddy",
            "owner_profile_url": "https://reps.mozilla.org/u/Sujith/",
            "region": "Andhra Pradesh",
            "resource_uri": "/api/v1/event/1957/",
            "start": "2014-05-15T02:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "Hyderabad"
        },
        {
            "categories": [
                {
                    "name": "Apps"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Firefox Mobile"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Metrics"
                },
                {
                    "name": "People"
                },
                {
                    "name": "Product Marketing"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "Support"
                },
                {
                    "name": "Technical Evangelism"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "WebFWD"
                }
            ],
            "city": "Thanjavur",
            "country": "India",
            "description": "A day long event on the complete mission of Mozilla and its Open Source Projects. A sample session on App development for Firefox OS, Following WebForward talk and lot more. Ultimate fun with Awesome Contributors. The main motive is to encourage students to join FSA programme.",
            "end": "2014-05-18T11:30:00",
            "estimated_attendance": 500,
            "event_url": "https://reps.mozilla.org/e/moz-mania/",
            "external_link": "",
            "lat": 10.7697924937,
            "local_end": "2014-05-18T11:30:00",
            "local_start": "2014-05-18T04:30:00",
            "lon": 79.1878509242,
            "mozilla_event": false,
            "multiday": false,
            "name": "Moz Mania",
            "owner_name": "Harsha Vardhan",
            "owner_profile_url": "https://reps.mozilla.org/u/HarshaVardhan/",
            "region": "Tamil Nadu",
            "resource_uri": "/api/v1/event/2090/",
            "start": "2014-05-18T04:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "Ponnayyah Ramajayam Polytechnic college"
        },
        {
            "categories": [
                {
                    "name": "Apps"
                },
                {
                    "name": "Coding"
                },
                {
                    "name": "Developer Documentation"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Labs"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "UX"
                },
                {
                    "name": "Web Development"
                }
            ],
            "city": "Kolkata",
            "country": "India",
            "description": "A totally dev-centric event organized by Mozilla Kolkata Community mainly focusing on Firefox OS, Mozilla Developer Network & RUST programming language.",
            "end": "2014-06-19T23:30:00",
            "estimated_attendance": 100,
            "event_url": "https://reps.mozilla.org/e/mozilla-devfest-kolkata/",
            "external_link": "",
            "lat": 22.5399274693,
            "local_end": "2014-06-19T23:30:00",
            "local_start": "2014-06-19T04:30:00",
            "lon": 88.3649797438,
            "mozilla_event": false,
            "multiday": true,
            "name": "Mozilla D3v D@y Kolkata",
            "owner_name": "Swarnava Sengupta",
            "owner_profile_url": "https://reps.mozilla.org/u/Swarnava/",
            "region": "West Bengal",
            "resource_uri": "/api/v1/event/2034/",
            "start": "2014-06-19T04:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "TBD"
        },
        {
            "categories": [
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "User Engagement"
                }
            ],
            "city": "Bangalore",
            "country": "India",
            "description": "Meetup of all the FSA's in South India\r\nActual Date TBD.",
            "end": "2014-07-22T10:30:00",
            "estimated_attendance": 100,
            "event_url": "https://reps.mozilla.org/e/firefox-student-ambassador-meetup/",
            "external_link": "",
            "lat": 12.8957044274,
            "local_end": "2014-07-22T10:30:00",
            "local_start": "2014-07-22T04:30:00",
            "lon": 77.5510257483,
            "mozilla_event": false,
            "multiday": false,
            "name": "Firefox Student Ambassador Meetup",
            "owner_name": "Galaxy Kadiyala",
            "owner_profile_url": "https://reps.mozilla.org/u/galaxyk/",
            "region": "Karnataka",
            "resource_uri": "/api/v1/event/1529/",
            "start": "2014-07-22T04:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "TBD"
        },
        {
            "categories": [
                {
                    "name": "Addons"
                },
                {
                    "name": "Apps"
                },
                {
                    "name": "Coding"
                },
                {
                    "name": "Developer Documentation"
                },
                {
                    "name": "Developer Tools"
                },
                {
                    "name": "Firefox Mobile"
                },
                {
                    "name": "Firefox OS"
                },
                {
                    "name": "Localization"
                },
                {
                    "name": "Recruiting"
                },
                {
                    "name": "Students"
                },
                {
                    "name": "Technical Evangelism"
                },
                {
                    "name": "UX"
                },
                {
                    "name": "Web Development"
                },
                {
                    "name": "Webmaker"
                },
                {
                    "name": "WoMoz"
                }
            ],
            "city": "Warangal",
            "country": "India",
            "description": "The Technology related event to focus on getting students and new potential contributors started to open source. Intro to Firefox Development and Dev-Tools, Web Applications, Firefox OS Phone Applications, Git based DVCS Projects of Mozilla, Bug Day and Triaging, MDN Documentation etc.., Involving more women into Open source. Bring in more contributors than just Computer Scientists and related engineers. Expand open source contributors to people who love the web and want it to be open.",
            "end": "2014-09-07T03:30:00",
            "estimated_attendance": 500,
            "event_url": "https://reps.mozilla.org/e/mozilla-hack-developer-code-sprint/",
            "external_link": "",
            "lat": 17.9883629131,
            "local_end": "2014-09-07T03:30:00",
            "local_start": "2014-09-06T03:30:00",
            "lon": 79.5307388302,
            "mozilla_event": true,
            "multiday": true,
            "name": "Mozilla Hack &amp; Developer Code Sprint.",
            "owner_name": "Sudheesh Singanamalla",
            "owner_profile_url": "https://reps.mozilla.org/u/sudheesh/",
            "region": "Andhra Pradesh",
            "resource_uri": "/api/v1/event/1711/",
            "start": "2014-09-06T03:30:00",
            "timezone": "Asia/Kolkata",
            "venue": "NIT Warangal"
        }
    ]
}

@PatroxGaurab PatroxGaurab changed the title Showing events in near future above those are far, makes more sense JSON file 'data' converted to multiline human readable JSON using JsonLint Apr 9, 2014
@PatroxGaurab
Copy link
Author

@debloper and all Can I have some comments on my last commit "JSON file 'data' converted to multiline human readable JSON"

sayak-sarkar added a commit that referenced this pull request May 12, 2014
Fixes Pull Request #20 ; Recent -> Farthest (ordering)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants