package org.eclipse.che.api.languageserver.shared.util; public enum JsonDecision { LIST, BOOLEAN, NUMBER, STRING, OBJECT }