class LSP::JSONUtil::SpecificString

Overview

A JSON converter for requiring a specific string value to be in place.

Defined in:

lsp/json_util.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String) #

[View source]

Instance Method Detail

def from_json(json : JSON::PullParser) #

[View source]
def to_json(v : String, json : JSON::Builder) #

[View source]