module LSP::JSONUtil::URIStringOrNil

Overview

A JSON converter for parsing a JSON string as a URI, or null instead.

Defined in:

lsp/json_util.cr

Class Method Summary

Class Method Detail

def self.from_json(json : JSON::PullParser) #

[View source]
def self.to_json(v : URI | Nil, json : JSON::Builder) #

[View source]