Email or username:

Password:

Forgot your password?
Top-level
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.

1 comment
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