- Machine Learning With Go
- Daniel Whitenack
- 175字
- 2021-07-08 10:37:27
JSON
In a world in which the majority of data is accessed via the web, and most engineering organizations implement some number of microservices, we are going to encounter data in JSON format fairly frequently. We may only need to deal with it when pulling some random data from an API, or it might actually be the primary data format that drives our analytics and machine learning workflows.
Typically, JSON is used when ease of use is the primary goal of data interchange. Since JSON is human readable, it is easy to debug if something breaks. Remember that we want to maintain the integrity of our data handling as we process data with Go, and part of that process is ensuring that, when possible, our data is interpretable and readable. JSON turns out to be very useful in achieving these goals (which is why it is also used for logging, in many cases).
Go offers really great JSON functionality in its standard library with encoding/json. We will utilize this standard library functionality throughout the book.
- Spring 5企業級開發實戰
- CentOS 7 Server Deployment Cookbook
- 跟小海龜學Python
- Essential Angular
- SAS數據統計分析與編程實踐
- 軟件項目管理實用教程
- Hands-On Natural Language Processing with Python
- Python深度學習:模型、方法與實現
- 精通MySQL 8(視頻教學版)
- Xcode 6 Essentials
- Building Business Websites with Squarespace 7(Second Edition)
- Isomorphic Go
- Django 3 Web Development Cookbook
- JavaScript編程精解(原書第3版)
- Mastering Magento Theme Design