Skip to content

Deps.Json

WooKyoung Noh edited this page Jan 20, 2020 · 4 revisions
module Bukdu.Deps.Json

using JSON

function decode(::IOBuffer)
end

function decode(::AbstractString)
end

function encode(::Any)::String
end

end
Clone this wiki locally