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

Class ParseOptions

src/NppJsonViewer/Define.h:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102};
103
104struct ParseOptions
105{
106 bool bIgnoreComment = true;
107 bool bIgnoreTrailingComma = true;
108 bool bReplaceUndefined = false;
109};
110
111struct Setting
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected