///|
/// Evaluate a literal to JSON
fn eval_literal(lit : Literal) -> Json {
  lit.to_runtime_json()
}