Skip to contents

version() reports the version of the C++ jsoncons library in use.

Usage

version()

Value

version() returns a character(1) major.minor.patch version string, possibly with git hash for between-release version.

Examples

version()
#> [1] "0.173.4 [+57967655d]"