Reflection or other features for structured parsing?

Hi everyone,

I just saw the reflection module today, but it only has one function.
Is there any ETA on when we will get more reflection capabilities in Mojo?
Specifically I’m interested in structured parsing e.g of JSON into structs. Or is there anything already available in the language I can use for that?

Thanks in advance!

1 Like

Hi @a2svior, thank you for sharing this question!
Compile time reflection isn’t on our short term roadmap. It is still on our radar, but we’ve chosen to prioritize other areas for now, such as Python interoperability, progressive interpreter jitting, and closure unification.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.