Thank you for your response!
Is it possible to use the json_object directly with something like
json_object *json = OGRGeoJSONWriteFeature(poFeature);
Then just convert that to string?
I seem to get an error in json_object.h when I try this method with "boolean redefinition".
Anthony