hupili / snsapi

Cross platform middleware for Social Networking Services: Twitter, Facebook, SinaWeibo, Renren, RSS, Email, Sqlite, ... (more coming)
http://snsapi.ie.cuhk.edu.hk
159 stars 53 forks source link

JSON-LD #96

Open hupili opened 10 years ago

hupili commented 10 years ago

As is mentioned in #90 JSON is an important interfacing format to support. We already make the Message object JSON-serializable for interfacing with any other languages. It will be better to have general JSON support in form of a platform.

JSON-LD looks a promising direction.

hupili commented 10 years ago

Related resources:

hupili commented 10 years ago

Notes from the introductory video of JSON-LD: http://www.youtube.com/watch?v=vioCbTo3C-4

The idea of JSON-LD is self-descriptive. @context can be put in the JSON file or in a separate .jsonld file. Current examples extensively refers to http://schema.org/ . e.g. ReplyAction. The definition looks too detailed and overwhelming to new users. We may want to maintain a snsapi-message context