msgpack/msgpack-python

Immutable to Mutable

UYousafzai opened this issue · 0 comments

Hello, sorry if this is a bit of a newbie question but I am working with msgpacks for the first time, wanted to know if the msgpack objects once unpacked are immutable objects? I wanted to modify some data while keeping the existing msgpack file and wanted to know how I would go on about achieving this?

Currently I am using another library which makes use of msgpacks and their readers are I think immutable. just wanted to know if the limitation is coming from this library or just something the subsequent library just hasn't coded.