It's up to you how you organize this. I would probably prepare a large single JSON with default values for all creatures (see an example in that linked post).
And if needed, store a small JSON record with custom stats for each creature instance - as a string instance variable, or in a JSON object in a container.