class SyntaxTree::LanguageServer::InlayHints::Hint
def to_json(*opts)
def to_json(*opts) { position: { line: line, character: character }, label: label }.to_json(*opts) end
def to_json(*opts) { position: { line: line, character: character }, label: label }.to_json(*opts) end