asonix / activitystreams

An implementation of the basic activitystreams vocabulary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider: Use JSON-LD

asonix opened this issue · comments

JSON-LD is the underlying data format used by Activity Streams. Since JSON-LD is valid JSON, the library works as-is.

it is possible that the library could be more ergonomic if built upon JSON-LD, so research should be done to determine the usefulness of a JSON-LD implementation.