What file extension do you use for ValueTree::writeToStream?

I’m wondering what file extension best suits the data written by juce::ValueTree::writeToStream()?

At the moment I’m using .bin since it’s binary data… but the data is in a specific format so is anyone using any other extension for any reasons?

The files aren’t user-facing so we’re not expecting them to be opened by anything other than our app - maybe for that reason we should use a proprietary extension?

1 Like