Json Io
interface JsonIo
Types
Functions
Link copied to clipboard
Reads the content of a character stream as a compilation database.
Reads the content of a JSON file as a compilation database. If the receiver is a directory, an attempt is made to read the content of its child named compile_commands.json
.
Link copied to clipboard
De-serializes a compilation command from this JSON string.
Link copied to clipboard
De-serializes a compilation database from this JSON string.
Link copied to clipboard
Converts this compilation command to JSON.
Converts this compilation database to JSON.