Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ json_object_start
Function
json_object_start
common/json_stream.c:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
void json_object_start(struct json_stream *js, const char *fieldname)
142
{
143
json_out_start(js->jout, fieldname,
'{'
);
144
}
145
146
void json_object_end(struct json_stream *js)
147
{
Callers
4
json_add_fallback
Function · 0.70
json_add_bolt11
Function · 0.70
json_add_address
Function · 0.70
json_add_address_internal
Function · 0.70
Calls
1
json_out_start
Function · 0.85
Tested by
no test coverage detected