# File lib/mini_profiler/timer_struct/base.rb, line 24
        def to_json(*a)
          # this does could take in an option hash, but the only interesting there is max_nesting.
          #   if this becomes an option we could increase
          ::JSON.generate( @attributes, :max_nesting => 100 )
        end