Dynamic forms using Couchbaselite

Hi there,

We are using dynamic react-json forms to render the UI. The json that is within the CBlite will eventually be rendered as UI. However the libraries that converts this json to UI elements does not recognize _rev and _id that gets added when CbLite document is inserted.

Is there an easier way when we do a “get” call, that we can eliminate this _rev and _id and just get the json content back? Else we will have to strip it off manually with some string functions.

Thanks for any feedback.

Preethi