Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ json_array_start
Function
json_array_start
common/json_stream.c:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
void json_array_start(struct json_stream *js, const char *fieldname)
132
{
133
json_out_start(js->jout, fieldname,
'['
);
134
}
135
136
void json_array_end(struct json_stream *js)
137
{
Callers
1
json_add_bolt11
Function · 0.70
Calls
1
json_out_start
Function · 0.85
Tested by
no test coverage detected