Github user afs commented on a diff in the pull request:

    https://github.com/apache/jena/pull/114#discussion_r48532742
  
    --- Diff: jena-arq/Grammar/master.jj ---
    @@ -2166,6 +2227,17 @@ String String() : { Token t ; String lex ; }
         }
     }
     
    +Number Number() : { Token t ; Number number ; }
    +{
    --- End diff --
    
    Number -> JSONNumber
    
    But will rule NumericLiteral work here? Then parse the lexical form to a 
number.
    
    However, generally, working in nodes is probably going to be easier because 
bindings map variables to Nodes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to