mirror of
https://github.com/Myzel394/jsonfly.nvim.git
synced 2025-06-18 04:05:26 +02:00
fix: Improve docs
This commit is contained in:
parent
a36cb5b0b1
commit
7a6aedb840
@ -40,7 +40,7 @@ local function get_contents_from_json_value(entry)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
---@param t table|nil|string|number
|
---@param t table|nil|string|number|boolean
|
||||||
---@return Entry[]
|
---@return Entry[]
|
||||||
function M:get_entries_from_lua_json(t)
|
function M:get_entries_from_lua_json(t)
|
||||||
if PRIMITIVE_TYPES[type(t)] or t == nil then
|
if PRIMITIVE_TYPES[type(t)] or t == nil then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user