AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Write JSON Programs in JSONnet
You can write JSON programs in the standard like functional way with all of the usual goodies. For exists a native function API, you need to useJSONnet as a library to have that available. It's not very encouraged because it effectively creates a tiny dialect. Native functions are still supposed to be pure. So things like adding IO operations, adding file operations, through native functions is very discouraged.