source: branches/testa-single-bookmark/rb/jsonx2.rb @ 54

Last change on this file since 54 was 46, checked in by anonymous, 6 years ago

add rb directory

File size: 109 bytes
RevLine 
[46]1require 'json'
2require 'pp'
3
4infname  = ARGV[0]
5
6
7str = File.read(infname)
8hash = JSON.parse( str )
9
10pp hash
Note: See TracBrowser for help on using the repository browser.