Method: CLOptionType#to_json

Defined in:
lib/types/cl_option_type.rb

#to_jsonObject



26
27
28
29
30
# File 'lib/types/cl_option_type.rb', line 26

def to_json
  jsoned =  { "#{TAGS.key(13)}": @inner.to_string }.to_json
  # h = JSON.parse(jsoned)
  # h
end