2024-03-24 UTC
# [qubyte] Today I decided to finally convert my internal representation of notes/likes/links/replies from a broken (because of my broken understanding at the time) mf2 implementation to a normalized jf2. It’s actually not been that hard. Only a few edge cases. I have a parsing layer which was responsible for turning mf2 JSON into JS objects, and it turns out that the JS objects are pretty much just jf2 anyway.