Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

davidkennedydev/texto-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Texto

A library to provide serialization for C++ components as any other modern programming language.

How it works

  1. Include texto.h
  2. Run introspecto at your main.cpp file
  3. call to_json function passing the output stream and whatever data
 texto::to_json(std::cout, person);

Dependencies

  • C++ STL (commonly already included in the toolchain/OS)
  • GCC/Clang compiler with C++23 support (commonly the default compiler)
  • introspecto-cpp headers and binary

About

Serialize C++ components

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /