JSON::Token

class JSON::Token

Defined in:

json/token.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.newSource

Instance Method Detail

def column_number : Int32Source

def column_number=(column_number : Int32)Source

def float_value : Float64Source

def float_value=(float_value : Float64)Source

def int_value : Int64Source

def int_value=(int_value : Int64)Source

def line_number : Int32Source

def line_number=(line_number : Int32)Source

def raw_value : StringSource

def raw_value=(raw_value : String)Source

def string_value : StringSource

def string_value=(string_value : String)Source

def to_s(io)Source

def type : SymbolSource

def type=(type : Symbol)Source

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/JSON/Token.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部