タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

jsonとoj-3.0.0に関するnabinnoのブックマーク (1)

  • Oj

    Oj (Optimized JSON) is fast. Faster than the built in Ruby json gem. Oj achieves this by implementing the encoding and decoding of JSON in C, as a C extension to Ruby. The approach taken by both the json gem and ActiveSupport is to push JSON encoding to the individual object and then monkey patching those objects to implement encoding and decoding. Oj take a different approach and looks at Ruby ob

  • 1