Tool for comfortable editing json in Rails Admin
Thanks for the editor this repo
Example here
gem 'rails_admin_advanced_json_editor', '0.0.2'
config.model 'ProductInfo' do
edit do
field :json, :advanced_json_editor
end
end
Read more about the schema here