Skip to content

add option to configure braintrust SDK json object mapper#34

Merged
Andrew Kent (realark) merged 1 commit intomainfrom
ark/configurable-json-serde
Feb 11, 2026
Merged

add option to configure braintrust SDK json object mapper#34
Andrew Kent (realark) merged 1 commit intomainfrom
ark/configurable-json-serde

Conversation

@realark
Copy link
Collaborator

  • add a global object mapper for json ser/de
  • plus optional hooks to configure the global mapper
// called once at app startup
BraintrustJsonMapper.configure(objectMapper -> {
    // mutate the global braintrust object mapper here
});

@realark Andrew Kent (realark) marked this pull request as ready for review February 11, 2026 01:56
@realark Andrew Kent (realark) merged commit af886b6 into main Feb 11, 2026
1 check passed
@realark Andrew Kent (realark) deleted the ark/configurable-json-serde branch February 11, 2026 17:16
@realark Andrew Kent (realark) added the enhancement New feature or request label Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants