Skip to content

issues Search Results · repo:nadako/hijson language:Haxe

Filter by

9 results
 (48 ms)

9 results

innadako/hijson (press backspace or delete to remove)

Right now we re using Std.parseInt for parsing integers, but that function is too permissive, because Std.parseInt( 5.2 ) will produce 5 and that s not what we want.
  • nadako
  • Opened 
    on Jul 9, 2019
  • #9

In addition to #2 we need some standard consumers for: - [x] String - [x] Int - [x] Float - [x] haxe.Int64 - [x] Bool - [x] Array (using child consumers for elements) - [x] DynamicAccess ...
  • nadako
  • 2
  • Opened 
    on Jul 4, 2019
  • #8

Add travix to test the library on all Haxe targets. It s pure Haxe so it should work, although some targets like C# have issues with type parameters, so let s see.
  • nadako
  • Opened 
    on Jul 4, 2019
  • #7

Document, build API doc, deploy to gh-pages
  • nadako
  • 2
  • Opened 
    on Jul 3, 2019
  • #6

Should do that after everything is implemented and tested
  • nadako
  • Opened 
    on Jul 3, 2019
  • #5

Similar to tink_json/json2object we can have some standard macro-powered Consumer builders. This needs some design and will be opinionated, but still very useful.
  • nadako
  • 1
  • Opened 
    on Jul 3, 2019
  • #4

Need a nice way to throw errors from consumers and display their position in the JSON. Maybe also provide an offset to line:character converter/formatter.
  • nadako
  • 1
  • Opened 
    on Jul 3, 2019
  • #3

Base class for consumers that throws Unexpected thing in every method. Children can then override one or more of the methods to add actual processing.
  • nadako
  • Opened 
    on Jul 3, 2019
  • #2

Standard consumer that does the same thing as haxe.Json
  • nadako
  • Opened 
    on Jul 3, 2019
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub