Skip to content

Instantly share code, notes, and snippets.

@greenbigfrog
Created January 21, 2018 13:57
Show Gist options
  • Save greenbigfrog/3deadbfafa099cd6521e0de4851dd2d5 to your computer and use it in GitHub Desktop.
Save greenbigfrog/3deadbfafa099cd6521e0de4851dd2d5 to your computer and use it in GitHub Desktop.
require "json"
require "big"
class Test
JSON.mapping(
txfee: BigDecimal
)
end
config = File.open(ARGV[0], "r") do |file|
Array(Test).from_json(file)
end
pp config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment