sul-dlss / purl-fetcher

An HTTP API for querying and updating PURLs
0 stars 1 forks source link

Parse version numbers as integers #884

Closed cbeer closed 1 month ago

cbeer commented 1 month ago

It's a little unfortunate JSON struct keys are always integers, but we're storing numeric data there. It makes me wonder if there's a better serialization, but this seems like the first step to cleaning up all the type-casting.