On 04/03/2014 04:32 AM, Oleg Bartunov wrote:
> Hi there,
>
> I'm wondering if we should follow all js equility rules as
> nicely visualized in
> http://strilanc.com/visualization/2014/03/27/Better-JS-Equality-Table.html
Probably not as JSON is general interchange format.
If somebody wants JavaScript rules, they can use pl/v8
Any equality operations specific for JSON should be related
to array and object/dictionary equality and not data
store inside JSON
Cheers
Hannu