reflect
Data inspector
A C++ library providing reflection and serialization capabilities to inspect and manipulate data structures.
Reflection and serialization in C++
11 stars
2 watching
1 forks
Language: C++
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cylix/reflex | A C++14 reflection library for inspecting and manipulating objects at runtime. | 134 |
qlibs/reflect | A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 318 |
phisko/reflection | An API to inspect and describe the structure of C++ types | 6 |
vijithassar/d3-xray | A tool to visualize data bound to D3.js projects by logging element interactions to the browser's developer console | 26 |
nsexceptional/mirrorkit | A framework for working with the Objective-C runtime to simplify reflection and introspection of classes and objects. | 32 |
david-desmaisons/codedependencyscanner | Analyzes .Net assembly code dependencies and relationships | 37 |
schema-inspector/schema-inspector | A JavaScript module for sanitizing and validating data in objects | 506 |
stevinz/reflect | A small, flexible library for runtime reflection and metadata in C++11. | 5 |
getml/reflect-cpp | A C++ library for fast serialization and validation using reflection | 1,126 |
padolsey-archive/prettyprint.js | An in-browser JavaScript utility for displaying data structures as tables | 655 |
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 96 |
zimmski/tavor | Automates testing of structured data formats using randomized generation and analysis | 245 |
veselink1/refl-cpp | Provides compile-time reflection and introspection capabilities for C++17 | 1,086 |
charlinfeng/reflect | A Swift framework for converting data between dictionaries and custom models, including methods for archiving and reflecting on object properties. | 307 |
serval-snt-uni-lu/droidra | An approach to improve static analysis of Android apps by handling reflective calls | 51 |