Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.
- ⌘ : Command key
- ⌃ : Control key
- ⌫ : Delete key
- ← : Left arrow key
- → : Right arrow key
- ↑ : Up arrow key
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.
| <?php | |
| namespace Aws\DynamoDb; | |
| /** | |
| * Marshals JSON documents or array representations of JSON documents into the | |
| * parameter structure required by DynamoDB. Also allows for unmarshaling. Does | |
| * not support binary (B) or set (*S) types, since they are not supported | |
| * explicitly in JSON. | |
| */ | |
| class Marshaler |