File:  [ELWIX - Embedded LightWeight unIX -] / libelwix / example / test_valid.c
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Aug 21 16:08:20 2025 UTC (13 days, 17 hours ago) by misho
Branches: elwix6_8
adds UT for json_validation

#include <stdio.h>
#include <elwix.h>


int
main(int argc, char **argv)
{
	if (argc < 2)
		return 1;

	printf("validate=%d\n", json_validate(argv[1]));
	return 0;
}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>