Note that there are some explanatory texts on larger screens.

plurals
  1. PO"is not a member of Any" error from HashMap from Scala JSON reader
    primarykey
    data
    text
    <p>I'm open to a different library if you can provide an easy template. I'd prefer a nested map output from my parsed JSON. Thanks!</p> <p>The relevant code:</p> <pre><code>import scala.util.parsing.json.JSON ... input = [Some file read in; see bottom for result] val parsed = JSON.parseFull(input) val parsedMap = (parsed.toList)(0) println(parsedMap) println(parsedMap.getClass()) println(parsedMap.keys) </code></pre> <p>The results, including error at bottom:</p> <blockquote> <p>Map(interaction -> Map(author -> Map(name -> iBuyCell, avatar -> <a href="http://a0.twimg.com/profile_images/1751023331/SellingYourCell1_normal.png" rel="nofollow">http://a0.twimg.com/profile_images/1751023331/SellingYourCell1_normal.png</a>, username -> iBuyCell, id -> 4.62459933E8, link -> <a href="http://twitter.com/iBuyCell" rel="nofollow">http://twitter.com/iBuyCell</a>), source -> twitterfeed, id -> 1e17bc84c345a800e0742ed998fff162, link -> <a href="http://twitter.com/iBuyCell/statuses/186347162957918208" rel="nofollow">http://twitter.com/iBuyCell/statuses/186347162957918208</a>, content -> Phone ban presents challenge for police: Chapel Hill became the only town in the state and nation last week to p... <a href="http://t.co/xVCQMDU7">http://t.co/xVCQMDU7</a>, created_at -> Sun, 01 Apr 2012 07:00:00 +0000, type -> twitter), links -> Map(created_at -> List(Sun, 01 Apr 2012 04:22:36 +0000), retweet_count -> List(3.0), title -> List(Phone ban presents challenge for police - Orange County - NewsObserver.com), url -> List(http://www.newsobserver.com/2012/04/01/1970433/police-challenged-by-cell-phone.html)), salience -> Map(content -> Map(sentiment -> -1.0)), language -> Map(tag -> en), raw_links -> List(http://bit.ly/HwmJa6), twitter -> Map(source -> twitterfeed, domains -> List(bit.ly), text -> Phone ban presents challenge for police: Chapel Hill became the only town in the state and nation last week to p... <a href="http://t.co/xVCQMDU7">http://t.co/xVCQMDU7</a>, links -> List(http://bit.ly/HwmJa6), id -> 186347162957918208, created_at -> Sun, 01 Apr 2012 07:00:00 +0000, user -> Map(utc_offset -> -14400.0, name -> iBuyCell, screen_name -> iBuyCell, location -> Text (Bez) Buy Kyts, url -> <a href="http://way.to/FreeFones" rel="nofollow">http://way.to/FreeFones</a>, description -> Need Cash FAST? Text us 24Hrs For a Quick Quote! In The Mean Time, If You Need a New FREE Cell Phone, With Choice Of Carrier &amp; Style, Click on Website Below!, id_str -> 462459933, listed_count -> 1.0, followers_count -> 178.0, id -> 4.62459933E8, created_at -> Thu, 12 Jan 2012 23:58:34 +0000, lang -> en, time_zone -> Atlantic Time (Canada), statuses_count -> 13069.0)))</p> <p>class scala.collection.immutable.HashMap$HashTrieMap</p> <p>error: value keys is not a member of Any println(parsedMap.keys)</p> </blockquote> <p>If it helps, here's the original JSON in question:</p> <blockquote> <p>{"interaction":{"author":{"avatar":"http://a0.twimg.com/profile_images/1751023331/SellingYourCell1_normal.png","id":462459933,"link":"http://twitter.com/iBuyCell","name":"iBuyCell","username":"iBuyCell"},"content":"Phone ban presents challenge for police: Chapel Hill became the only town in the state and nation last week to p... http://t.co/xVCQMDU7","created_at":"Sun, 01 Apr 2012 07:00:00 +0000","id":"1e17bc84c345a800e0742ed998fff162","link":"http://twitter.com/iBuyCell/statuses/186347162957918208","source":"twitterfeed","type":"twitter"},"language":{"tag":"en"},"links":{"created_at":["Sun, 01 Apr 2012 04:22:36 +0000"],"retweet_count":[3],"title":["Phone ban presents challenge for police - Orange County - NewsObserver.com"],"url":["http://www.newsobserver.com/2012/04/01/1970433/police-challenged-by-cell-phone.html"]},"raw_links":["http://bit.ly/HwmJa6"],"salience":{"content":{"sentiment":-1}},"twitter":{"created_at":"Sun, 01 Apr 2012 07:00:00 +0000","domains":["bit.ly"],"id":"186347162957918208","links":["http://bit.ly/HwmJa6"],"source":"twitterfeed&lt;/a>","text":"Phone ban presents challenge for police: Chapel Hill became the only town in the state and nation last week to p... http://t.co/xVCQMDU7","user":{"created_at":"Thu, 12 Jan 2012 23:58:34 +0000","description":"Need Cash FAST? Text us 24Hrs For a Quick Quote! In The Mean Time, If You Need a New FREE Cell Phone, With Choice Of Carrier &amp; Style, Click on Website Below!","followers_count":178,"id":462459933,"id_str":"462459933","lang":"en","listed_count":1,"location":"Text (Bez) Buy Kyts","name":"iBuyCell","screen_name":"iBuyCell","statuses_count":13069,"time_zone":"Atlantic Time (Canada)","url":"http://way.to/FreeFones","utc_offset":-14400}}}</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload