BSON: Encode/decode 快,在PHP中, 比json速度快30%, 比serialize速度快100%。 JSON: 易于學習, 一次性讀取一組信息, 容易集成到其他系統中, 使用嵌套對象減少集合數量。