Class GcJsonIndenter

java.lang.Object
edu.internet2.middleware.grouperClient.util.GcJsonIndenter

public class GcJsonIndenter extends Object
indent json, assumes the input is not yet indented. Also, this is only for testing or logging or documentation purposes, not production
  • Constructor Details

    • GcJsonIndenter

      public GcJsonIndenter(String theJson)
      Parameters:
      theJson - is the json to format indenter
  • Method Details