Class JsonLanguage

java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.JsonLanguage

public class JsonLanguage extends ScriptLanguage
Class for the representation of JSON syntax in QuPath.

This class stores the QuPath implementation of JSON syntaxing and a dummy plain auto-completion.

Since:
v0.4.0
  • Method Details

    • getInstance

      public static JsonLanguage getInstance()
      Get the static instance of this class.
      Returns:
      instance