/// A link's storage keys and projected endpoint records. A missing record
/// stays absent; a JSON field missing from an existing record stays null.
pub(crate)structLinkedJsonRow{pubsource: String,
pubtarget: String,
pubsource_json:Option<Vec<u8>>,
pubtarget_json:Option<Vec<u8>>,
}