fr_sbuff_t attr_name;
struct json_object *vp_object, *values, *value, *type_name;
+ if (vp->da->flags.is_raw) continue;
+
/*
* Get attribute name and value.
*/
struct json_object *values = NULL;
bool add_single = false;
+ if (vp->da->flags.is_raw) continue;
+
/*
* Get attribute name and value.
*/
struct json_object *attrobj = NULL;
bool already_seen = false;
+ if (vp->da->flags.is_raw) continue;
+
/*
* Get attribute name and value.
*/
vp = fr_pair_list_next(vps, vp)) {
struct json_object *value;
+ if (vp->da->flags.is_raw) continue;
+
if (json_afrom_value_box(ctx, &value, vp, format) < 0) {
fr_strerror_const("Failed to convert attribute value to JSON object");
json_object_put_assert(obj);
fr_sbuff_t attr_name;
struct json_object *value;
+ if (vp->da->flags.is_raw) continue;
+
fr_sbuff_init(&attr_name, buf, sizeof(buf));
if (attr_name_with_prefix(&attr_name, vp->da, format) < 0) {
return NULL;