mirror of
https://github.com/bigchaindb/meetups.git
synced 2025-02-14 21:10:30 +01:00
proper json formatting
This commit is contained in:
parent
52b72f1372
commit
b4d6ebf636
64
readme.md
64
readme.md
@ -20,40 +20,40 @@ Endpoint: [`https://bigchaindb-meetups.now.sh`](https://bigchaindb-meetups.now.s
|
|||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
created: 1480492250000,
|
"created": 1480492250000,
|
||||||
id: "235925067",
|
"id": "235925067",
|
||||||
name: "Privacy on the Blockchain",
|
"name": "Privacy on the Blockchain",
|
||||||
rsvp_limit: 55,
|
"rsvp_limit": 55,
|
||||||
status: "upcoming",
|
"status": "upcoming",
|
||||||
time: 1496854800000,
|
"time": 1496854800000,
|
||||||
updated: 1495634541000,
|
"updated": 1495634541000,
|
||||||
utc_offset: 7200000,
|
"utc_offset": 7200000,
|
||||||
waitlist_count: 9,
|
"waitlist_count": 9,
|
||||||
yes_rsvp_count: 61,
|
"yes_rsvp_count": 61,
|
||||||
venue: {
|
"venue": {
|
||||||
id: 24947394,
|
"id": 24947394,
|
||||||
name: "BlueYard",
|
"name": "BlueYard",
|
||||||
lat: 52.49262237548828,
|
"lat": 52.49262237548828,
|
||||||
lon: 13.413067817687988,
|
"lon": 13.413067817687988,
|
||||||
repinned: false,
|
"repinned": false,
|
||||||
address_1: "Grimmstraße 13, 10967 ",
|
"address_1": "Grimmstraße 13, 10967 ",
|
||||||
city: "Berlin",
|
"city": "Berlin",
|
||||||
country: "de",
|
"country": "de",
|
||||||
localized_country_name: "Germany"
|
"localized_country_name": "Germany"
|
||||||
},
|
},
|
||||||
group: {
|
"group": {
|
||||||
created: 1480330155000,
|
"created": 1480330155000,
|
||||||
name: "BigchainDB & IPDB Meetup",
|
"name": "BigchainDB & IPDB Meetup",
|
||||||
id: 21301439,
|
"id": 21301439,
|
||||||
join_mode: "open",
|
"join_mode": "open",
|
||||||
lat: 52.52000045776367,
|
"lat": 52.52000045776367,
|
||||||
lon: 13.380000114440918,
|
"lon": 13.380000114440918,
|
||||||
urlname: "BigchainDB-IPDB-Meetup",
|
"urlname": "BigchainDB-IPDB-Meetup",
|
||||||
who: "Members"
|
"who": "Members"
|
||||||
},
|
},
|
||||||
link: "https://www.meetup.com/BigchainDB-IPDB-Meetup/events/235925067/",
|
"link": "https://www.meetup.com/BigchainDB-IPDB-Meetup/events/235925067/",
|
||||||
description: ""
|
"description": "",
|
||||||
visibility: "public"
|
"visibility": "public"
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user