- 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.
- Android應(yīng)用程序開發(fā)與典型案例
- Beginning Java Data Structures and Algorithms
- Mastering Concurrency in Go
- Reactive Programming with Swift
- Dependency Injection in .NET Core 2.0
- PHP 編程從入門到實(shí)踐
- Essential Angular
- 零基礎(chǔ)學(xué)Java程序設(shè)計(jì)
- Drupal 8 Module Development
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- Java并發(fā)編程:核心方法與框架
- Modernizing Legacy Applications in PHP
- Mastering Embedded Linux Programming