module DB::Postgres::Native::Types::JSON
Public Class Methods
parse(string)
click to toggle source
# File lib/db/postgres/native/types.rb, line 72 def self.parse(string) ::JSON.parse(string, symbolize_names: true) if string end