Description
We have a lot of patterns to dealing with static vs dynamic properties. We need to pick one and update all the existing parsers to use that pattern so we can have a consistent code base, as well as no confusing handling of dynamic properties. PrmitivesTextNumber was the most recent pattern for handling this. See if that works well for other parsers.