References¶
ASCII¶
The American Standard Code for Information Interchange (ASCII) is a character-encoding scheme originally based on the English alphabet that encodes 128 specified characters - the numbers 0-9, the letters a-z and A-Z, some basic punctuation symbols, some control codes that originated with Teletype machines, and a blank space - into the 7-bit binary integers.
Notable characters
No
Name
Preview
Links
10
line feed
13
carriage return
34
double quote
“
43
plus sign
+
44
comma
,
124
pipe
|
See also
Reference Links
CSV¶
Excel¶
TODO
JSON¶
JavaScript Object Notation (JSON) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language,
Hint
It is highly recommended to use the functions in the
ogt.utils
module to serialise json for consistency. See:
Python¶
TODO
Golang¶
The Go Programming language by google - https://golang.org/
YAML¶
YAML: YAML Ain’t Markup Language
Is a human friendly data serialization standard for all programming languages
Note
Note:
The python yaml extention is required
Install with
pip install yaml
API reference at http://pyyaml.org/wiki/PyYAMLDocumentation