json-tools 0.1.1-akku.15.7.23

Collection of JSON utilities

$ akku update
$ akku install json-tools
$ .akku/env
Authors

Takashi Kato

Tony Garnock-Jones

Uploaded to Akku by Göran Weinholt

Homepage

Information missing.

License

MIT

Dependencies

^0.0.0-akku

Source code

https://github.com/ktakashi/json-tools.git git
502f63bd1b5acf4792451aa814107377cd04be79

Package contents

  • (json) R6
    • → json-write json-read
    • ← (rnrs) R6
    • ← (packrat)
  • (packrat) R6
    • → parse-result? parse-result-successful? parse-result-semantic-value parse-result-next parse-result-error parse-results? parse-results-position parse-results-base parse-results-next parse-error? parse-error-position parse-error-expected parse-error-messages make-parse-position parse-position? parse-position-file parse-position-line parse-position-column top-parse-position update-parse-position parse-position->string make-error-expected make-error-message make-result make-expected-result make-message-result prepend-base prepend-semantic-value base-generator->results results->result parse-position>? parse-error-empty? merge-parse-errors merge-result-errors parse-results-token-kind parse-results-token-value packrat-check-base packrat-check packrat-or packrat-unless packrat-parser
    • ← (rnrs) R6
    • ← (rnrs r5rs) R6
    • (srfi :1) SRFI
  • (srfi :64 testing) R6
    • → test-begin test-end test-assert test-eqv test-eq test-equal test-approximate test-error test-apply test-with-runner test-match-nth test-match-all test-match-any test-match-name test-skip test-expect-fail test-read-eval-string test-group test-runner-group-path test-group-with-cleanup test-result-ref test-result-set! test-result-clear test-result-remove test-result-kind test-passed? test-log-to-file test-runner? test-runner-reset test-runner-null test-runner-simple test-runner-current test-runner-factory test-runner-get test-runner-create test-runner-test-name test-runner-pass-count test-runner-pass-count! test-runner-fail-count test-runner-fail-count! test-runner-xpass-count test-runner-xpass-count! test-runner-xfail-count test-runner-xfail-count! test-runner-skip-count test-runner-skip-count! test-runner-group-stack test-runner-group-stack! test-runner-on-test-begin test-runner-on-test-begin! test-runner-on-test-end test-runner-on-test-end! test-runner-on-group-begin test-runner-on-group-begin! test-runner-on-group-end test-runner-on-group-end! test-runner-on-final test-runner-on-final! test-runner-on-bad-count test-runner-on-bad-count! test-runner-on-bad-end-name test-runner-on-bad-end-name! test-result-alist test-result-alist! test-runner-aux-value test-runner-aux-value! test-on-group-begin-simple test-on-group-end-simple test-on-bad-count-simple test-on-bad-end-name-simple test-on-final-simple test-on-test-end-simple
    • ← (rnrs) R6
    • ← (rnrs eval) R6
    • ← (rnrs mutable-pairs) R6
    • (srfi :1) SRFI
    • (srfi :39) SRFI
  • (srfi :64) R6
    • → test-on-test-end-simple test-on-final-simple test-on-bad-end-name-simple test-on-bad-count-simple test-on-group-end-simple test-on-group-begin-simple test-runner-aux-value! test-runner-aux-value test-result-alist! test-result-alist test-runner-on-bad-end-name! test-runner-on-bad-end-name test-runner-on-bad-count! test-runner-on-bad-count test-runner-on-final! test-runner-on-final test-runner-on-group-end! test-runner-on-group-end test-runner-on-group-begin! test-runner-on-group-begin test-runner-on-test-end! test-runner-on-test-end test-runner-on-test-begin! test-runner-on-test-begin test-runner-group-stack! test-runner-group-stack test-runner-skip-count! test-runner-skip-count test-runner-xfail-count! test-runner-xfail-count test-runner-xpass-count! test-runner-xpass-count test-runner-fail-count! test-runner-fail-count test-runner-pass-count! test-runner-pass-count test-runner-test-name test-runner-create test-runner-get test-runner-factory test-runner-current test-runner-simple test-runner-null test-runner-reset test-runner? test-passed? test-result-kind test-result-remove test-result-clear test-result-set! test-result-ref test-group-with-cleanup test-runner-group-path test-group test-read-eval-string test-expect-fail test-skip test-match-name test-match-any test-match-all test-match-nth test-with-runner test-apply test-error test-approximate test-equal test-eq test-eqv test-assert test-end test-begin test-log-to-file
    • (srfi :64 testing) SRFI
  • (text json select parser) R6
    • → json:parse-selector
    • ← (rnrs) R6
    • ← (packrat)
    • (srfi :14) SRFI
  • (text json select) R6
    • → json:select
    • ← (rnrs) R6
    • (srfi :1) SRFI
    • (srfi :13) SRFI
    • ← (text json tools)
    • ← (text json select parser)
  • (text json tools) R6
    • → <json:nodeset> json:nodeset? json:nodeset->list json:nodeset json:nodeset-set json:empty-nodeset json:empty-nodeset? json:as-nodeset json:union-nodeset <json:node> json:node? json:node-value json:node <json:map> json:map json:map? json:map-size json:map-ref <json:map-entry> json:map-entry json:map-entry? json:map-entry-key json:map-entry-value <json:array> json:array json:array? json:array-elements json:array-ref json:array-length <json:string> json:string json:string? <json:number> json:number json:number? <json:boolean> json:boolean json:boolean? <json:null> json:null json:null? <json:binary> json:binary json:binary? json:filter json:child-nodes-as-list json:child-nodes json:child-as-list json:parent json:child json:ancestor json:descendant json:descendant-or-self json:following-sibling json:following-sibling-or-self json:preceding-sibling json:preceding-sibling-or-self json:sibling json:sibling-or-self
    • ← (rnrs) R6
    • (srfi :1) SRFI

Version history

  • 2018-07-17 ~ 0.1.1-akku.15.7.23
  • 2018-04-07 ~ 0.1.0-alpha.15.7.23