Documentation

Lean.Data.Json.Printer

def Lean.Json.escape (s : String) (acc : String := "") :
Equations
Instances For
    def Lean.Json.renderString (s : String) (acc : String := "") :
    Equations
    Instances For
      def Lean.Json.pretty (j : Lean.Json) (lineWidth : Nat := 80) :
      Equations
      • j.pretty lineWidth = j.render.pretty lineWidth
      Instances For
        Equations