A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
There is a way with [JsonIgnore] but I don't think it is the best way of it.
I understand that the "Cycling problem" means circular references problem due to navigation property and you are looking for other solution than using [JsonIgnore] attribute.
Please consider using a data transfer object (DTO). For details see the following Microsoft document: