[MacRuby-devel] [MacRuby] #257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4

Matt Aimonetti mattaimonetti at gmail.com
Sat May 23 09:04:25 PDT 2009


I started working on a obj-c based json parser/generator. Can you give it a
try and let me know if it works for you?

http://github.com/mattetti/macruby-json/tree/master

- Matt

On Sat, May 23, 2009 at 3:28 AM, MacRuby <ruby-noreply at macosforge.org>wrote:

> #257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4
>
> ---------------------------+------------------------------------------------
>  Reporter:  nexneo@…       |       Owner:  lsansonetti@…
>     Type:  defect         |      Status:  new
>  Priority:  blocker        |   Milestone:
> Component:  MacRuby        |    Keywords:  json
>
> ---------------------------+------------------------------------------------
>  Following is on macirb prompt. Same Happens in XCode Project.
>  Let me know if more information is needed and how I can provide that.
>
>  ( following trace is also available at http://gist.github.com/116577 )
>  >> h.to_json
>  => "{\"testing\":\"Hello World\"}"
>  >> JSON::parse(h.to_json)
>  dyld: lazy symbol binding failed: Symbol not found: _RHASH_TBL
>   Referenced from:
>  /Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/1.9.1
>  /universal-darwin9.5/json/ext/parser.bundle
>   Expected in: flat namespace
>
>  dyld: Symbol not found: _RHASH_TBL
>   Referenced from:
>  /Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/1.9.1
>  /universal-darwin9.5/json/ext/parser.bundle
>   Expected in: flat namespace
>
>  Trace/BPT trap
>
> --
> Ticket URL: <http://www.macruby.org/trac/ticket/257>
> MacRuby <http://macruby.org/>
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20090523/0e9c0200/attachment.html>


More information about the MacRuby-devel mailing list