json-ld / json-ld.org

JSON for Linked Data's documentation and playground site
https://json-ld.org/
Other
858 stars 152 forks source link

Add Khuzdul as a JsonLD implementation #839

Open Laxystem opened 5 months ago

Laxystem commented 5 months ago

I'm currently working on Khuzdul, a JsonLD library for Kotlin/Multiplatform.

It's still WIP - and in fact, isn't even committed yet - but I've created this PR now just to ask what's the process of adding a library to the website is.

Note, it isn't really an implementation per-se; It's a cross-platform API implemented on each platform by a different library (Titanium on Java, JsonLD Streaming on JS, Sophia on Wasm...)

Laxystem commented 5 months ago

Question: should the implementations be ordered alphabetically? Currently they seem very arbitrary.

davidlehn commented 5 months ago

Question: should the implementations be ordered alphabetically? Currently they seem very arbitrary.

I imagine ordering is a combination of when added, random, and arbitrary. Don't worry about that much right now. We're rewriting the site and this will likely all be programmatically generated at some point and we can sort it then.

BigBlueHat commented 1 week ago

@Laxystem this is still listed as a Draft PR. Are you ready for it to be merged?

Laxystem commented 3 days ago

@Laxystem this is still listed as a Draft PR. Are you ready for it to be merged?

Not yet. I've recently stopped development of that project, then resumed it again.

I'll unmark it as draft when the project is suitable for actual usage, I do not want it to get a bad name as it's still incomplete.