Skip to content
# ~~Function: unifyJsonMapping()~~

unifyJsonMapping(input): JsonMapping

Defined in: packages/core/src/transformers/JsonMappingUnifier.ts:209

Convenience function for direct JsonMapping extraction.

Parameters

input

UnifiedMappingInput

Any supported JSON mapping format

Returns

JsonMapping

JsonMapping ready for use with PostgresJsonQueryBuilder

Deprecated

Use JsonMappingConverter.toLegacyMapping() instead.

Released under the MIT License.