Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
46 lines (41 sloc)
977 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ddoc | |
$(P JSON Parsing and Serialization library.) | |
$(P The following table is a quick reference guide for which ASDF modules to | |
use for a given category of functionality.) | |
$(BOOKTABLE , | |
$(TR | |
$(TH Modules) | |
$(TH Description) | |
) | |
$(TR | |
$(TDNW $(MREF0 asdf)) | |
$(TD Publicly inludes | |
$(MREF asdf,asdf), | |
$(MREF asdf,jsonparser), | |
$(MREF asdf,serialization), | |
$(MREF asdf,transform). | |
) | |
) | |
$(TR | |
$(TDNW $(MREF asdf,asdf)) | |
$(TD ASDF Representation) | |
) | |
$(TR | |
$(TDNW $(MREF asdf,jsonparser)) | |
$(TD JSON Parsing API) | |
) | |
$(TR | |
$(TDNW $(MREF asdf,serialization)) | |
$(TD ASDF and JSON Serialization) | |
) | |
$(TR | |
$(TDNW $(MREF asdf,transform)) | |
$(TD Mutable ASDF data structure) | |
) | |
) | |
Copyright: Copyright © 2020-, Ilya Yaroshenko. | |
Macros: | |
TITLE=ASDF | |
WIKI=ASDF | |
DDOC_BLANKLINE= | |
_= |