Email or username:

Password:

Forgot your password?
Top-level
marius

@grishka does it allow for the jsonld ActivityPub idiosyncrasies? As in same property can be at times an object, a URL, a list of URLs or maybe even a list of objects. :D

2 comments
Gregory

@mariusor nope, I don't use that feature for ActivityPub, I just use the tree model as before, but *in principle* it should be doable with some TypeAdaters.

Gregory

@mariusor and you need the tree anyway for all the LD stuff.

The cool part about the objects though is that this uses a streaming parser with no intermediate representation. So it goes straight from a reader (char stream) to object fields.

Go Up