Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2.0.dp3
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
json_gem compatibility (require 'yajl/json_gem') is notorious for causing all kinds of issues with various gems. The most compatible way to use yajl is to call Yajl::Parser and Yajl::Encoder directly.
So far I only see tests that are using JSON.dump
So far I only see tests that are using JSON.dump
Does it make situation better if I'll use https://github.com/intridea/multi_json ?