hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
jsonlib.cpp File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <nlohmann/json.hpp>
Include dependency graph for jsonlib.cpp:

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Functions

void iteration (const std::string &s)
 
int main ()
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 8 of file jsonlib.cpp.

Function Documentation

◆ iteration()

void iteration ( const std::string &  s)

Definition at line 11 of file jsonlib.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 20 of file jsonlib.cpp.

References iteration().

Here is the call graph for this function: