Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ArduRemoteID
/ escape_string
Function
escape_string
RemoteIDModule/status.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
} json_table_t;
18
19
static String escape_string(String s)
20
{
21
s.replace(
"\"
", "
");
22
return s;
23
}
24
25
/*
26
create a json string from a table
Callers
1
json_format
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected