MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / CompressJson

Method CompressJson

src/NppJsonViewer/NppJsonPlugin.cpp:198–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void NppJsonPlugin::CompressJson()
199{
200 ConstructJsonDlg();
201
202 if (m_pJsonViewDlg) // Hope it is constructed by now.
203 {
204 m_pJsonViewDlg->CompressJson();
205 }
206}
207
208void NppJsonPlugin::SortJsonByKey()
209{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected