Closed
Description
Hi, i am new to jsoncpp, so please forgive my question if it sounds ridiculous. I have an unsigned long value that i need to write to a json file. But whenever i try, i encounter the following error-
error: conversion from ‘long unsigned int’ to ‘Json::Value’ is ambiguous event ["Node Values"]["Moisture"]= (num);
Any help would be greatly appreciated.