
jnunemaker의 crack 저장소 (버전 0.1.8, Rails CVE-2013-0156 취약점 수정됨)
= crack
Really simple JSON and XML parsing, ripped from Merb and Rails. The XML parser is ripped from Merb and the JSON parser is ripped from Rails. I take no credit, just packaged them for all to enjoy and easily use.
== 릴리즈에 관한 참고사항
릴리즈는 GitHub에 태그되며, GitHub와 RubyForge에 gem으로 배포됩니다. Master 브랜치는 제가 패치나 새 기능을 추가할 때마다 푸시됩니다. Master에서 빌드하려면 코드를 클론하고, 업데이트된 gemspec을 생성한 후, gem을 빌드하여 설치할 수 있습니다.
== 패치/풀 리퀘스트에 관한 참고사항
== 사용법
gem 'crack' require 'crack' # for xml and json require 'crack/json' # for just json require 'crack/xml' # for just xml
== 예제
Crack::XML.parse("This is the contents") # => {'tag' => 'This is the contents'}
Crack::JSON.parse('{"tag":"This is the contents"}') # => {'tag' => 'This is the contents'}
== 저작권
Copyright (c) 2009 John Nunemaker. 자세한 내용은 LICENSE 파일을 참조하세요.
== 문서