geonature.utils.json¶ Classes¶ MyJSONProvider Functions¶ pagination_schema(schema) Context manager to set the pagination schema for a given model. Module Contents¶ geonature.utils.json.pagination_schema(schema)[source]¶ Context manager to set the pagination schema for a given model. Parameters¶ schema : Model schema to use for pagination. Notes¶ Usage: with pagination_schema(UserSchema):return jsonify(pagination) class geonature.utils.json.MyJSONProvider[source]¶ Bases: flask.json.provider.DefaultJSONProvider static default(o)[source]¶